Html Css Color HEX #D16718 Chocolate

📋 copy color: '#D16718'

red 209 ◦ green 103 ◦ blue 24

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

Shades of Chocolate #D16718

Tints of Chocolate #D16718

RGB

 RED value IS 209 (82.03% from 255) = 62.2%

 GREEN value IS 103 (40.63% from 255) = 30.65%

 BLUE value IS 24 (9.77% from 255) = 7.14%

R = 62.2%
G = 30.65%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16718 (or 0xD16718) is known color: Chocolate. HEX triplet: D1, 67 and 18. RGB value is (209,103,24). Sum of RGB (Red+Green+Blue) = 209+103+24=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D16718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16718 is #2E98E7. Grayscale: #7E7E7E. Windows color (decimal): -3053800 or 1599441. OLE color: 1599441.

HSL color Cylindrical-coordinate representation of color #D16718: hue angle of 25.62º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D16718 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 103 24 -
CMYK 0 0.51 0.89 0.18
HSL 25.62º 0.79% 0.46% -
HSV(B) 25.62º 0.89% 0.82% -
XYZ 31.31 23.32 3.72 -
YUV 125.69 70.62 187.42 -
System Red Green Blue C M Y K H S L
Decimal 209 103 24 0 0.51 0.89 0.18 25.62 0.79 0.46
Hex D1 67 18 0 33 59 12 1A 4F 2E
Octal 321 147 30 0 63 131 22 32 117 56
Binary 11010001 1100111 11000 0 110011 1011001 10010 11010 1001111 101110

Color Harmonies of #D16718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16718

Black with #D16718

Text Example


Text Example

White with #D16718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16718; }

 p { color: rgb(209,103,24); }

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

background-color css

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

 a { background-color: rgb(209,103,24); }

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

border-color css

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

 span { border-color: rgb(209,103,24); }

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