Html Css Color HEX #D04C09 Tenne (Tawny)

📋 copy color: '#D04C09'

red 208 ◦ green 76 ◦ blue 9

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

Shades of Tenne (Tawny) #D04C09

Tints of Tenne (Tawny) #D04C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.07%

R = 70.99%
G = 25.94%
B = 3.07%

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

#D04C09 (or 0xD04C09) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 09. RGB value is (208,76,9). Sum of RGB (Red+Green+Blue) = 208+76+9=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C09 is #2FB3F6. Grayscale: #6C6C6C. Windows color (decimal): -3126263 or 609488. OLE color: 609488.

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

Color convert

RGB 208 76 9 -
CMYK 0 0.63 0.96 0.18
HSL 20.2º 0.92% 0.43% -
HSV(B) 20.2º 0.96% 0.82% -
XYZ 28.65 18.6 2.34 -
YUV 107.83 72.23 199.45 -
System Red Green Blue C M Y K H S L
Decimal 208 76 9 0 0.63 0.96 0.18 20.2 0.92 0.43
Hex D0 4C 9 0 3F 60 12 14 5C 2B
Octal 320 114 11 0 77 140 22 24 134 53
Binary 11010000 1001100 1001 0 111111 1100000 10010 10100 1011100 101011

Color Harmonies of #D04C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C09

Black with #D04C09

Text Example


Text Example

White with #D04C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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