Html Css Color HEX #D16318 Chocolate

📋 copy color: '#D16318'

red 209 ◦ green 99 ◦ blue 24

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

Shades of Chocolate #D16318

Tints of Chocolate #D16318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 62.95%
G = 29.82%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16318 (or 0xD16318) is known color: Chocolate. HEX triplet: D1, 63 and 18. RGB value is (209,99,24). Sum of RGB (Red+Green+Blue) = 209+99+24=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D16318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16318 is #2E9CE7. Grayscale: #7B7B7B. Windows color (decimal): -3054824 or 1598417. OLE color: 1598417.

HSL color Cylindrical-coordinate representation of color #D16318: hue angle of 24.32º 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 #D16318 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 99 24 -
CMYK 0 0.53 0.89 0.18
HSL 24.32º 0.79% 0.46% -
HSV(B) 24.32º 0.89% 0.82% -
XYZ 30.92 22.54 3.59 -
YUV 123.34 71.94 189.1 -
System Red Green Blue C M Y K H S L
Decimal 209 99 24 0 0.53 0.89 0.18 24.32 0.79 0.46
Hex D1 63 18 0 35 59 12 18 4F 2E
Octal 321 143 30 0 65 131 22 30 117 56
Binary 11010001 1100011 11000 0 110101 1011001 10010 11000 1001111 101110

Color Harmonies of #D16318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16318

Black with #D16318

Text Example


Text Example

White with #D16318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16318; }

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

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

background-color css

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

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

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

border-color css

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

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

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