Html Css Color HEX #D04C08 Tenne (Tawny)

📋 copy color: '#D04C08'

red 208 ◦ green 76 ◦ blue 8

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

Shades of Tenne (Tawny) #D04C08

Tints of Tenne (Tawny) #D04C08

RGB

 RED value IS 208 (81.64% from 255) = 71.23%

 GREEN value IS 76 (30.08% from 255) = 26.03%

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 71.23%
G = 26.03%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D04C08 (or 0xD04C08) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 08. RGB value is (208,76,8). Sum of RGB (Red+Green+Blue) = 208+76+8=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C08 is #2FB3F7. Grayscale: #6C6C6C. Windows color (decimal): -3126264 or 543952. OLE color: 543952.

HSL color Cylindrical-coordinate representation of color #D04C08: hue angle of 20.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D04C08 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 8 -
CMYK 0 0.63 0.96 0.18
HSL 20.4º 0.93% 0.42% -
HSV(B) 20.4º 0.96% 0.82% -
XYZ 28.64 18.6 2.31 -
YUV 107.72 71.73 199.53 -
System Red Green Blue C M Y K H S L
Decimal 208 76 8 0 0.63 0.96 0.18 20.4 0.93 0.42
Hex D0 4C 8 0 3F 60 12 14 5D 2A
Octal 320 114 10 0 77 140 22 24 135 52
Binary 11010000 1001100 1000 0 111111 1100000 10010 10100 1011101 101010

Color Harmonies of #D04C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C08

Black with #D04C08

Text Example


Text Example

White with #D04C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C08; }

 p { color: rgb(208,76,8); }

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

background-color css

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

 a { background-color: rgb(208,76,8); }

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

border-color css

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

 span { border-color: rgb(208,76,8); }

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