Html Css Color HEX #D06204 Tenne (Tawny)

📋 copy color: '#D06204'

red 208 ◦ green 98 ◦ blue 4

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

Shades of Tenne (Tawny) #D06204

Tints of Tenne (Tawny) #D06204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.61%

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

R = 67.1%
G = 31.61%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D06204 (or 0xD06204) is known color: Tenne (Tawny). HEX triplet: D0, 62 and 04. RGB value is (208,98,4). Sum of RGB (Red+Green+Blue) = 208+98+4=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D06204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06204 is #2F9DFB. Grayscale: #787878. Windows color (decimal): -3120636 or 287440. OLE color: 287440.

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

Color convert

RGB 208 98 4 -
CMYK 0 0.53 0.98 0.18
HSL 27.65º 0.96% 0.42% -
HSV(B) 27.65º 0.98% 0.82% -
XYZ 30.4 22.15 2.79 -
YUV 120.17 62.44 190.64 -
System Red Green Blue C M Y K H S L
Decimal 208 98 4 0 0.53 0.98 0.18 27.65 0.96 0.42
Hex D0 62 4 0 35 62 12 1C 60 2A
Octal 320 142 4 0 65 142 22 34 140 52
Binary 11010000 1100010 100 0 110101 1100010 10010 11100 1100000 101010

Color Harmonies of #D06204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06204

Black with #D06204

Text Example


Text Example

White with #D06204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06204; }

 p { color: rgb(208,98,4); }

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

background-color css

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

 a { background-color: rgb(208,98,4); }

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

border-color css

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

 span { border-color: rgb(208,98,4); }

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