Html Css Color HEX #D96515 Chocolate

📋 copy color: '#D96515'

red 217 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #D96515

Tints of Chocolate #D96515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 64.01%
G = 29.79%
B = 6.19%

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

#D96515 (or 0xD96515) is known color: Chocolate. HEX triplet: D9, 65 and 15. RGB value is (217,101,21). Sum of RGB (Red+Green+Blue) = 217+101+21=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D96515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96515 is #269AEA. Grayscale: #7F7F7F. Windows color (decimal): -2530027 or 1402329. OLE color: 1402329.

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

Color convert

RGB 217 101 21 -
CMYK 0 0.53 0.90 0.15
HSL 24.49º 0.82% 0.47% -
HSV(B) 24.49º 0.9% 0.85% -
XYZ 33.4 24.11 3.6 -
YUV 126.56 68.43 192.5 -
System Red Green Blue C M Y K H S L
Decimal 217 101 21 0 0.53 0.90 0.15 24.49 0.82 0.47
Hex D9 65 15 0 35 5A F 18 52 2F
Octal 331 145 25 0 65 132 17 30 122 57
Binary 11011001 1100101 10101 0 110101 1011010 1111 11000 1010010 101111

Color Harmonies of #D96515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96515

Black with #D96515

Text Example


Text Example

White with #D96515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96515; }

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

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

background-color css

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

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

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

border-color css

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

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

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