Html Css Color HEX #D96219 Chocolate

📋 copy color: '#D96219'

red 217 ◦ green 98 ◦ blue 25

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

Shades of Chocolate #D96219

Tints of Chocolate #D96219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 63.82%
G = 28.82%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D96219 (or 0xD96219) is known color: Chocolate. HEX triplet: D9, 62 and 19. RGB value is (217,98,25). Sum of RGB (Red+Green+Blue) = 217+98+25=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D96219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96219 is #269DE6. Grayscale: #7D7D7D. Windows color (decimal): -2530791 or 1663705. OLE color: 1663705.

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

Color convert

RGB 217 98 25 -
CMYK 0 0.55 0.88 0.15
HSL 22.81º 0.79% 0.47% -
HSV(B) 22.81º 0.88% 0.85% -
XYZ 33.16 23.56 3.72 -
YUV 125.26 71.42 193.44 -
System Red Green Blue C M Y K H S L
Decimal 217 98 25 0 0.55 0.88 0.15 22.81 0.79 0.47
Hex D9 62 19 0 37 58 F 17 4F 2F
Octal 331 142 31 0 67 130 17 27 117 57
Binary 11011001 1100010 11001 0 110111 1011000 1111 10111 1001111 101111

Color Harmonies of #D96219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96219

Black with #D96219

Text Example


Text Example

White with #D96219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96219; }

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

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

background-color css

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

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

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

border-color css

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

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

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