Html Css Color HEX #D04808 Tenne (Tawny)

📋 copy color: '#D04808'

red 208 ◦ green 72 ◦ blue 8

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

Shades of Tenne (Tawny) #D04808

Tints of Tenne (Tawny) #D04808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

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

R = 72.22%
G = 25%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D04808 (or 0xD04808) is known color: Tenne (Tawny). HEX triplet: D0, 48 and 08. RGB value is (208,72,8). Sum of RGB (Red+Green+Blue) = 208+72+8=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D04808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04808 is #2FB7F7. Grayscale: #696969. Windows color (decimal): -3127288 or 542928. OLE color: 542928.

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

Color convert

RGB 208 72 8 -
CMYK 0 0.65 0.96 0.18
HSL 19.2º 0.93% 0.42% -
HSV(B) 19.2º 0.96% 0.82% -
XYZ 28.37 18.06 2.22 -
YUV 105.37 73.06 201.2 -
System Red Green Blue C M Y K H S L
Decimal 208 72 8 0 0.65 0.96 0.18 19.2 0.93 0.42
Hex D0 48 8 0 41 60 12 13 5D 2A
Octal 320 110 10 0 101 140 22 23 135 52
Binary 11010000 1001000 1000 0 1000001 1100000 10010 10011 1011101 101010

Color Harmonies of #D04808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04808

Black with #D04808

Text Example


Text Example

White with #D04808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04808; }

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

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

background-color css

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

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

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

border-color css

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

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

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