Html Css Color HEX #D96015 Chocolate

📋 copy color: '#D96015'

red 217 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #D96015

Tints of Chocolate #D96015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

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

R = 64.97%
G = 28.74%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D96015 (or 0xD96015) is known color: Chocolate. HEX triplet: D9, 60 and 15. RGB value is (217,96,21). Sum of RGB (Red+Green+Blue) = 217+96+21=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D96015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96015 is #269FEA. Grayscale: #7C7C7C. Windows color (decimal): -2531307 or 1401049. OLE color: 1401049.

HSL color Cylindrical-coordinate representation of color #D96015: hue angle of 22.96º 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 #D96015 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 21 -
CMYK 0 0.56 0.90 0.15
HSL 22.96º 0.82% 0.47% -
HSV(B) 22.96º 0.9% 0.85% -
XYZ 32.93 23.17 3.45 -
YUV 123.63 70.09 194.6 -
System Red Green Blue C M Y K H S L
Decimal 217 96 21 0 0.56 0.90 0.15 22.96 0.82 0.47
Hex D9 60 15 0 38 5A F 17 52 2F
Octal 331 140 25 0 70 132 17 27 122 57
Binary 11011001 1100000 10101 0 111000 1011010 1111 10111 1010010 101111

Color Harmonies of #D96015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96015

Black with #D96015

Text Example


Text Example

White with #D96015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96015; }

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

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

background-color css

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

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

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

border-color css

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

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

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