Html Css Color HEX #D45D04 Tenne (Tawny)

📋 copy color: '#D45D04'

red 212 ◦ green 93 ◦ blue 4

#D45D04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #D45D04

Tints of Tenne (Tawny) #D45D04

RGB

 RED value IS 212 (83.2% from 255) = 68.61%

 GREEN value IS 93 (36.72% from 255) = 30.1%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 68.61%
G = 30.1%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D45D04 (or 0xD45D04) is known color: Tenne (Tawny). HEX triplet: D4, 5D and 04. RGB value is (212,93,4). Sum of RGB (Red+Green+Blue) = 212+93+4=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45D04 is #2BA2FB. Grayscale: #767676. Windows color (decimal): -2859772 or 286164. OLE color: 286164.

HSL color Cylindrical-coordinate representation of color #D45D04: hue angle of 25.67º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D45D04 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 93 4 -
CMYK 0 0.56 0.98 0.17
HSL 25.67º 0.96% 0.42% -
HSV(B) 25.67º 0.98% 0.83% -
XYZ 31.09 21.83 2.69 -
YUV 118.44 63.42 194.74 -
System Red Green Blue C M Y K H S L
Decimal 212 93 4 0 0.56 0.98 0.17 25.67 0.96 0.42
Hex D4 5D 4 0 38 62 11 1A 60 2A
Octal 324 135 4 0 70 142 21 32 140 52
Binary 11010100 1011101 100 0 111000 1100010 10001 11010 1100000 101010

Color Harmonies of #D45D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45D04

Black with #D45D04

Text Example


Text Example

White with #D45D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45D04; }

 p { color: rgb(212,93,4); }

 H1.HeaderClassName
 {
   color: #D45D04;
 }
 .AnyTagClassName
 {
   color: #D45D04;
 }
</style>

background-color css

<style>
 a { background-color: #D45D04; }

 a { background-color: rgb(212,93,4); }

 div.DivClassName
 {
   background-color: #D45D04;
 }
 .BgClassName
 {
   background-color: #D45D04;
 }
</style>

border-color css

<style>
 span { border-color: #D45D04; }

 span { border-color: rgb(212,93,4); }

 td.TdClassName
 {
   border-color: #D45D04;
 }
 .TagClassName
 {
   border-color: #D45D04;
 }
</style>