Html Css Color HEX #D96517 Chocolate

📋 copy color: '#D96517'

red 217 ◦ green 101 ◦ blue 23

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

Shades of Chocolate #D96517

Tints of Chocolate #D96517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.74%

R = 63.64%
G = 29.62%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96517 (or 0xD96517) is known color: Chocolate. HEX triplet: D9, 65 and 17. RGB value is (217,101,23). Sum of RGB (Red+Green+Blue) = 217+101+23=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D96517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96517 is #269AE8. Grayscale: #7F7F7F. Windows color (decimal): -2530025 or 1533401. OLE color: 1533401.

HSL color Cylindrical-coordinate representation of color #D96517: hue angle of 24.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D96517 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 101 23 -
CMYK 0 0.53 0.89 0.15
HSL 24.12º 0.81% 0.47% -
HSV(B) 24.12º 0.89% 0.85% -
XYZ 33.42 24.12 3.7 -
YUV 126.79 69.43 192.34 -
System Red Green Blue C M Y K H S L
Decimal 217 101 23 0 0.53 0.89 0.15 24.12 0.81 0.47
Hex D9 65 17 0 35 59 F 18 51 2F
Octal 331 145 27 0 65 131 17 30 121 57
Binary 11011001 1100101 10111 0 110101 1011001 1111 11000 1010001 101111

Color Harmonies of #D96517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96517

Black with #D96517

Text Example


Text Example

White with #D96517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96517; }

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

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

background-color css

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

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

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

border-color css

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

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

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