Html Css Color HEX #D96915 Chocolate

📋 copy color: '#D96915'

red 217 ◦ green 105 ◦ blue 21

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

Shades of Chocolate #D96915

Tints of Chocolate #D96915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 63.27%
G = 30.61%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D96915 (or 0xD96915) is known color: Chocolate. HEX triplet: D9, 69 and 15. RGB value is (217,105,21). Sum of RGB (Red+Green+Blue) = 217+105+21=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D96915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96915 is #2696EA. Grayscale: #818181. Windows color (decimal): -2529003 or 1403353. OLE color: 1403353.

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

Color convert

RGB 217 105 21 -
CMYK 0 0.52 0.90 0.15
HSL 25.71º 0.82% 0.47% -
HSV(B) 25.71º 0.9% 0.85% -
XYZ 33.8 24.91 3.74 -
YUV 128.91 67.11 190.83 -
System Red Green Blue C M Y K H S L
Decimal 217 105 21 0 0.52 0.90 0.15 25.71 0.82 0.47
Hex D9 69 15 0 34 5A F 1A 52 2F
Octal 331 151 25 0 64 132 17 32 122 57
Binary 11011001 1101001 10101 0 110100 1011010 1111 11010 1010010 101111

Color Harmonies of #D96915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96915

Black with #D96915

Text Example


Text Example

White with #D96915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96915; }

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

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

background-color css

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

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

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

border-color css

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

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

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