Html Css Color HEX #D16C15 Chocolate

📋 copy color: '#D16C15'

red 209 ◦ green 108 ◦ blue 21

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

Shades of Chocolate #D16C15

Tints of Chocolate #D16C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

 BLUE value IS 21 (8.59% from 255) = 6.21%

R = 61.83%
G = 31.95%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D16C15 (or 0xD16C15) is known color: Chocolate. HEX triplet: D1, 6C and 15. RGB value is (209,108,21). Sum of RGB (Red+Green+Blue) = 209+108+21=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16C15 is #2E93EA. Grayscale: #808080. Windows color (decimal): -3052523 or 1404113. OLE color: 1404113.

HSL color Cylindrical-coordinate representation of color #D16C15: hue angle of 27.77º degrees, saturation: 0.82, 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 #D16C15 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 108 21 -
CMYK 0 0.48 0.90 0.18
HSL 27.77º 0.82% 0.45% -
HSV(B) 27.77º 0.9% 0.82% -
XYZ 31.79 24.33 3.73 -
YUV 128.28 67.46 185.57 -
System Red Green Blue C M Y K H S L
Decimal 209 108 21 0 0.48 0.90 0.18 27.77 0.82 0.45
Hex D1 6C 15 0 30 5A 12 1C 52 2D
Octal 321 154 25 0 60 132 22 34 122 55
Binary 11010001 1101100 10101 0 110000 1011010 10010 11100 1010010 101101

Color Harmonies of #D16C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C15

Black with #D16C15

Text Example


Text Example

White with #D16C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C15; }

 p { color: rgb(209,108,21); }

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

background-color css

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

 a { background-color: rgb(209,108,21); }

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

border-color css

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

 span { border-color: rgb(209,108,21); }

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