Html Css Color HEX #D24D16 Tenne (Tawny)

📋 copy color: '#D24D16'

red 210 ◦ green 77 ◦ blue 22

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

Shades of Tenne (Tawny) #D24D16

Tints of Tenne (Tawny) #D24D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 67.96%
G = 24.92%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D24D16 (or 0xD24D16) is known color: Tenne (Tawny). HEX triplet: D2, 4D and 16. RGB value is (210,77,22). Sum of RGB (Red+Green+Blue) = 210+77+22=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24D16 is #2DB2E9. Grayscale: #6E6E6E. Windows color (decimal): -2994922 or 1461714. OLE color: 1461714.

HSL color Cylindrical-coordinate representation of color #D24D16: hue angle of 17.55º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D24D16 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 77 22 -
CMYK 0 0.63 0.90 0.18
HSL 17.55º 0.81% 0.45% -
HSV(B) 17.55º 0.9% 0.82% -
XYZ 29.38 19.07 2.89 -
YUV 110.5 78.06 198.97 -
System Red Green Blue C M Y K H S L
Decimal 210 77 22 0 0.63 0.90 0.18 17.55 0.81 0.45
Hex D2 4D 16 0 3F 5A 12 12 51 2D
Octal 322 115 26 0 77 132 22 22 121 55
Binary 11010010 1001101 10110 0 111111 1011010 10010 10010 1010001 101101

Color Harmonies of #D24D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24D16

Black with #D24D16

Text Example


Text Example

White with #D24D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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