Html Css Color HEX #D96615 Chocolate

📋 copy color: '#D96615'

red 217 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #D96615

Tints of Chocolate #D96615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

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

R = 63.82%
G = 30%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D96615 (or 0xD96615) is known color: Chocolate. HEX triplet: D9, 66 and 15. RGB value is (217,102,21). Sum of RGB (Red+Green+Blue) = 217+102+21=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D96615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96615 is #2699EA. Grayscale: #7F7F7F. Windows color (decimal): -2529771 or 1402585. OLE color: 1402585.

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

Color convert

RGB 217 102 21 -
CMYK 0 0.53 0.90 0.15
HSL 24.8º 0.82% 0.47% -
HSV(B) 24.8º 0.9% 0.85% -
XYZ 33.5 24.31 3.64 -
YUV 127.15 68.1 192.09 -
System Red Green Blue C M Y K H S L
Decimal 217 102 21 0 0.53 0.90 0.15 24.8 0.82 0.47
Hex D9 66 15 0 35 5A F 19 52 2F
Octal 331 146 25 0 65 132 17 31 122 57
Binary 11011001 1100110 10101 0 110101 1011010 1111 11001 1010010 101111

Color Harmonies of #D96615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96615

Black with #D96615

Text Example


Text Example

White with #D96615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96615; }

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

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

background-color css

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

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

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

border-color css

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

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

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