Html Css Color HEX #D96214 Chocolate

📋 copy color: '#D96214'

red 217 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #D96214

Tints of Chocolate #D96214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 64.78%
G = 29.25%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D96214 (or 0xD96214) is known color: Chocolate. HEX triplet: D9, 62 and 14. RGB value is (217,98,20). Sum of RGB (Red+Green+Blue) = 217+98+20=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D96214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96214 is #269DEB. Grayscale: #7D7D7D. Windows color (decimal): -2530796 or 1336025. OLE color: 1336025.

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

Color convert

RGB 217 98 20 -
CMYK 0 0.55 0.91 0.15
HSL 23.76º 0.83% 0.46% -
HSV(B) 23.76º 0.91% 0.85% -
XYZ 33.11 23.54 3.46 -
YUV 124.69 68.92 193.84 -
System Red Green Blue C M Y K H S L
Decimal 217 98 20 0 0.55 0.91 0.15 23.76 0.83 0.46
Hex D9 62 14 0 37 5B F 18 53 2E
Octal 331 142 24 0 67 133 17 30 123 56
Binary 11011001 1100010 10100 0 110111 1011011 1111 11000 1010011 101110

Color Harmonies of #D96214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96214

Black with #D96214

Text Example


Text Example

White with #D96214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96214; }

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

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

background-color css

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

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

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

border-color css

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

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

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