Html Css Color HEX #D96D15 Chocolate

📋 copy color: '#D96D15'

red 217 ◦ green 109 ◦ blue 21

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

Shades of Chocolate #D96D15

Tints of Chocolate #D96D15

RGB

 RED value IS 217 (85.16% from 255) = 62.54%

 GREEN value IS 109 (42.97% from 255) = 31.41%

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

R = 62.54%
G = 31.41%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D96D15 (or 0xD96D15) is known color: Chocolate. HEX triplet: D9, 6D and 15. RGB value is (217,109,21). Sum of RGB (Red+Green+Blue) = 217+109+21=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96D15 is #2692EA. Grayscale: #838383. Windows color (decimal): -2527979 or 1404377. OLE color: 1404377.

HSL color Cylindrical-coordinate representation of color #D96D15: hue angle of 26.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D96D15 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 21 -
CMYK 0 0.50 0.90 0.15
HSL 26.94º 0.82% 0.47% -
HSV(B) 26.94º 0.9% 0.85% -
XYZ 34.22 25.74 3.87 -
YUV 131.26 65.78 189.16 -
System Red Green Blue C M Y K H S L
Decimal 217 109 21 0 0.50 0.90 0.15 26.94 0.82 0.47
Hex D9 6D 15 0 32 5A F 1B 52 2F
Octal 331 155 25 0 62 132 17 33 122 57
Binary 11011001 1101101 10101 0 110010 1011010 1111 11011 1010010 101111

Color Harmonies of #D96D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D15

Black with #D96D15

Text Example


Text Example

White with #D96D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D15; }

 p { color: rgb(217,109,21); }

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

background-color css

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

 a { background-color: rgb(217,109,21); }

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

border-color css

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

 span { border-color: rgb(217,109,21); }

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