Html Css Color HEX #D96223 Chocolate

📋 copy color: '#D96223'

red 217 ◦ green 98 ◦ blue 35

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

Shades of Chocolate #D96223

Tints of Chocolate #D96223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10%

R = 62%
G = 28%
B = 10%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D96223 (or 0xD96223) is known color: Chocolate. HEX triplet: D9, 62 and 23. RGB value is (217,98,35). Sum of RGB (Red+Green+Blue) = 217+98+35=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D96223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96223 is #269DDC. Grayscale: #7E7E7E. Windows color (decimal): -2530781 or 2319065. OLE color: 2319065.

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

Color convert

RGB 217 98 35 -
CMYK 0 0.55 0.84 0.15
HSL 20.77º 0.72% 0.49% -
HSV(B) 20.77º 0.84% 0.85% -
XYZ 33.29 23.61 4.39 -
YUV 126.4 76.42 192.62 -
System Red Green Blue C M Y K H S L
Decimal 217 98 35 0 0.55 0.84 0.15 20.77 0.72 0.49
Hex D9 62 23 0 37 54 F 15 48 31
Octal 331 142 43 0 67 124 17 25 110 61
Binary 11011001 1100010 100011 0 110111 1010100 1111 10101 1001000 110001

Color Harmonies of #D96223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96223

Black with #D96223

Text Example


Text Example

White with #D96223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96223; }

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

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

background-color css

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

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

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

border-color css

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

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

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