Html Css Color HEX #D04508 Tenne (Tawny)

📋 copy color: '#D04508'

red 208 ◦ green 69 ◦ blue 8

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

Shades of Tenne (Tawny) #D04508

Tints of Tenne (Tawny) #D04508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

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

R = 72.98%
G = 24.21%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D04508 (or 0xD04508) is known color: Tenne (Tawny). HEX triplet: D0, 45 and 08. RGB value is (208,69,8). Sum of RGB (Red+Green+Blue) = 208+69+8=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D04508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04508 is #2FBAF7. Grayscale: #676767. Windows color (decimal): -3128056 or 542160. OLE color: 542160.

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

Color convert

RGB 208 69 8 -
CMYK 0 0.67 0.96 0.18
HSL 18.3º 0.93% 0.42% -
HSV(B) 18.3º 0.96% 0.82% -
XYZ 28.18 17.68 2.16 -
YUV 103.61 74.05 202.46 -
System Red Green Blue C M Y K H S L
Decimal 208 69 8 0 0.67 0.96 0.18 18.3 0.93 0.42
Hex D0 45 8 0 43 60 12 12 5D 2A
Octal 320 105 10 0 103 140 22 22 135 52
Binary 11010000 1000101 1000 0 1000011 1100000 10010 10010 1011101 101010

Color Harmonies of #D04508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04508

Black with #D04508

Text Example


Text Example

White with #D04508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04508; }

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

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

background-color css

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

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

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

border-color css

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

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

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