Html Css Color HEX #D96524 Chocolate

📋 copy color: '#D96524'

red 217 ◦ green 101 ◦ blue 36

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

Shades of Chocolate #D96524

Tints of Chocolate #D96524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.17%

R = 61.3%
G = 28.53%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D96524 (or 0xD96524) is known color: Chocolate. HEX triplet: D9, 65 and 24. RGB value is (217,101,36). Sum of RGB (Red+Green+Blue) = 217+101+36=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D96524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96524 is #269ADB. Grayscale: #808080. Windows color (decimal): -2530012 or 2385369. OLE color: 2385369.

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

Color convert

RGB 217 101 36 -
CMYK 0 0.53 0.83 0.15
HSL 21.55º 0.72% 0.5% -
HSV(B) 21.55º 0.83% 0.85% -
XYZ 33.59 24.19 4.57 -
YUV 128.27 75.93 191.29 -
System Red Green Blue C M Y K H S L
Decimal 217 101 36 0 0.53 0.83 0.15 21.55 0.72 0.5
Hex D9 65 24 0 35 53 F 16 48 32
Octal 331 145 44 0 65 123 17 26 110 62
Binary 11011001 1100101 100100 0 110101 1010011 1111 10110 1001000 110010

Color Harmonies of #D96524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96524

Black with #D96524

Text Example


Text Example

White with #D96524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96524; }

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

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

background-color css

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

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

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

border-color css

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

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

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