Html Css Color HEX #D24705 Tenne (Tawny)

📋 copy color: '#D24705'

red 210 ◦ green 71 ◦ blue 5

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

Shades of Tenne (Tawny) #D24705

Tints of Tenne (Tawny) #D24705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 73.43%
G = 24.83%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D24705 (or 0xD24705) is known color: Tenne (Tawny). HEX triplet: D2, 47 and 05. RGB value is (210,71,5). Sum of RGB (Red+Green+Blue) = 210+71+5=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D24705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24705 is #2DB8FA. Grayscale: #696969. Windows color (decimal): -2996475 or 346066. OLE color: 346066.

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

Color convert

RGB 210 71 5 -
CMYK 0 0.66 0.98 0.18
HSL 19.32º 0.95% 0.42% -
HSV(B) 19.32º 0.98% 0.82% -
XYZ 28.86 18.22 2.14 -
YUV 105.04 71.55 202.87 -
System Red Green Blue C M Y K H S L
Decimal 210 71 5 0 0.66 0.98 0.18 19.32 0.95 0.42
Hex D2 47 5 0 42 62 12 13 5F 2A
Octal 322 107 5 0 102 142 22 23 137 52
Binary 11010010 1000111 101 0 1000010 1100010 10010 10011 1011111 101010

Color Harmonies of #D24705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24705

Black with #D24705

Text Example


Text Example

White with #D24705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24705; }

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

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

background-color css

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

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

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

border-color css

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

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

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