Html Css Color HEX #D96019 Chocolate

📋 copy color: '#D96019'

red 217 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #D96019

Tints of Chocolate #D96019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 25 (10.16% from 255) = 7.4%

R = 64.2%
G = 28.4%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D96019 (or 0xD96019) is known color: Chocolate. HEX triplet: D9, 60 and 19. RGB value is (217,96,25). Sum of RGB (Red+Green+Blue) = 217+96+25=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D96019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96019 is #269FE6. Grayscale: #7C7C7C. Windows color (decimal): -2531303 or 1663193. OLE color: 1663193.

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

Color convert

RGB 217 96 25 -
CMYK 0 0.56 0.88 0.15
HSL 22.19º 0.79% 0.47% -
HSV(B) 22.19º 0.88% 0.85% -
XYZ 32.97 23.19 3.66 -
YUV 124.09 72.09 194.27 -
System Red Green Blue C M Y K H S L
Decimal 217 96 25 0 0.56 0.88 0.15 22.19 0.79 0.47
Hex D9 60 19 0 38 58 F 16 4F 2F
Octal 331 140 31 0 70 130 17 26 117 57
Binary 11011001 1100000 11001 0 111000 1011000 1111 10110 1001111 101111

Color Harmonies of #D96019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96019

Black with #D96019

Text Example


Text Example

White with #D96019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96019; }

 p { color: rgb(217,96,25); }

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

background-color css

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

 a { background-color: rgb(217,96,25); }

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

border-color css

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

 span { border-color: rgb(217,96,25); }

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