Html Css Color HEX #D24D10 Tenne (Tawny)

📋 copy color: '#D24D10'

red 210 ◦ green 77 ◦ blue 16

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

Shades of Tenne (Tawny) #D24D10

Tints of Tenne (Tawny) #D24D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

 BLUE value IS 16 (6.64% from 255) = 5.28%

R = 69.31%
G = 25.41%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D24D10 (or 0xD24D10) is known color: Tenne (Tawny). HEX triplet: D2, 4D and 10. RGB value is (210,77,16). Sum of RGB (Red+Green+Blue) = 210+77+16=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24D10 is #2DB2EF. Grayscale: #6E6E6E. Windows color (decimal): -2994928 or 1068498. OLE color: 1068498.

HSL color Cylindrical-coordinate representation of color #D24D10: hue angle of 18.87º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D24D10 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 77 16 -
CMYK 0 0.63 0.92 0.18
HSL 18.87º 0.86% 0.44% -
HSV(B) 18.87º 0.92% 0.82% -
XYZ 29.33 19.05 2.62 -
YUV 109.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 210 77 16 0 0.63 0.92 0.18 18.87 0.86 0.44
Hex D2 4D 10 0 3F 5C 12 13 56 2C
Octal 322 115 20 0 77 134 22 23 126 54
Binary 11010010 1001101 10000 0 111111 1011100 10010 10011 1010110 101100

Color Harmonies of #D24D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24D10

Black with #D24D10

Text Example


Text Example

White with #D24D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24D10; }

 p { color: rgb(210,77,16); }

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

background-color css

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

 a { background-color: rgb(210,77,16); }

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

border-color css

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

 span { border-color: rgb(210,77,16); }

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