Html Css Color HEX #D24708 Tenne (Tawny)

📋 copy color: '#D24708'

red 210 ◦ green 71 ◦ blue 8

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

Shades of Tenne (Tawny) #D24708

Tints of Tenne (Tawny) #D24708

RGB

 RED value IS 210 (82.42% from 255) = 72.66%

 GREEN value IS 71 (28.13% from 255) = 24.57%

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

R = 72.66%
G = 24.57%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D24708 (or 0xD24708) is known color: Tenne (Tawny). HEX triplet: D2, 47 and 08. RGB value is (210,71,8). Sum of RGB (Red+Green+Blue) = 210+71+8=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D24708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24708 is #2DB8F7. Grayscale: #696969. Windows color (decimal): -2996472 or 542674. OLE color: 542674.

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

Color convert

RGB 210 71 8 -
CMYK 0 0.66 0.96 0.18
HSL 18.71º 0.93% 0.43% -
HSV(B) 18.71º 0.96% 0.82% -
XYZ 28.88 18.23 2.23 -
YUV 105.38 73.05 202.62 -
System Red Green Blue C M Y K H S L
Decimal 210 71 8 0 0.66 0.96 0.18 18.71 0.93 0.43
Hex D2 47 8 0 42 60 12 13 5D 2B
Octal 322 107 10 0 102 140 22 23 135 53
Binary 11010010 1000111 1000 0 1000010 1100000 10010 10011 1011101 101011

Color Harmonies of #D24708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24708

Black with #D24708

Text Example


Text Example

White with #D24708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24708; }

 p { color: rgb(210,71,8); }

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

background-color css

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

 a { background-color: rgb(210,71,8); }

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

border-color css

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

 span { border-color: rgb(210,71,8); }

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