Html Css Color HEX #D06404 Tenne (Tawny)

📋 copy color: '#D06404'

red 208 ◦ green 100 ◦ blue 4

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

Shades of Tenne (Tawny) #D06404

Tints of Tenne (Tawny) #D06404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

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

R = 66.67%
G = 32.05%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D06404 (or 0xD06404) is known color: Tenne (Tawny). HEX triplet: D0, 64 and 04. RGB value is (208,100,4). Sum of RGB (Red+Green+Blue) = 208+100+4=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D06404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06404 is #2F9BFB. Grayscale: #797979. Windows color (decimal): -3120124 or 287952. OLE color: 287952.

HSL color Cylindrical-coordinate representation of color #D06404: hue angle of 28.24º 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 #D06404 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 4 -
CMYK 0 0.52 0.98 0.18
HSL 28.24º 0.96% 0.42% -
HSV(B) 28.24º 0.98% 0.82% -
XYZ 30.59 22.53 2.85 -
YUV 121.35 61.78 189.81 -
System Red Green Blue C M Y K H S L
Decimal 208 100 4 0 0.52 0.98 0.18 28.24 0.96 0.42
Hex D0 64 4 0 34 62 12 1C 60 2A
Octal 320 144 4 0 64 142 22 34 140 52
Binary 11010000 1100100 100 0 110100 1100010 10010 11100 1100000 101010

Color Harmonies of #D06404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06404

Black with #D06404

Text Example


Text Example

White with #D06404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06404; }

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

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

background-color css

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

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

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

border-color css

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

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

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