Html Css Color HEX #D96415 Chocolate

📋 copy color: '#D96415'

red 217 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #D96415

Tints of Chocolate #D96415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

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

R = 64.2%
G = 29.59%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D96415 (or 0xD96415) is known color: Chocolate. HEX triplet: D9, 64 and 15. RGB value is (217,100,21). Sum of RGB (Red+Green+Blue) = 217+100+21=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D96415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96415 is #269BEA. Grayscale: #7E7E7E. Windows color (decimal): -2530283 or 1402073. OLE color: 1402073.

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

Color convert

RGB 217 100 21 -
CMYK 0 0.54 0.90 0.15
HSL 24.18º 0.82% 0.47% -
HSV(B) 24.18º 0.9% 0.85% -
XYZ 33.31 23.92 3.57 -
YUV 125.98 68.76 192.92 -
System Red Green Blue C M Y K H S L
Decimal 217 100 21 0 0.54 0.90 0.15 24.18 0.82 0.47
Hex D9 64 15 0 36 5A F 18 52 2F
Octal 331 144 25 0 66 132 17 30 122 57
Binary 11011001 1100100 10101 0 110110 1011010 1111 11000 1010010 101111

Color Harmonies of #D96415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96415

Black with #D96415

Text Example


Text Example

White with #D96415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96415; }

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

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

background-color css

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

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

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

border-color css

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

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

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