Html Css Color HEX #D96310 Chocolate

📋 copy color: '#D96310'

red 217 ◦ green 99 ◦ blue 16

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

Shades of Chocolate #D96310

Tints of Chocolate #D96310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 65.36%
G = 29.82%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D96310 (or 0xD96310) is known color: Chocolate. HEX triplet: D9, 63 and 10. RGB value is (217,99,16). Sum of RGB (Red+Green+Blue) = 217+99+16=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D96310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96310 is #269CEF. Grayscale: #7D7D7D. Windows color (decimal): -2530544 or 1074137. OLE color: 1074137.

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

Color convert

RGB 217 99 16 -
CMYK 0 0.54 0.93 0.15
HSL 24.78º 0.86% 0.46% -
HSV(B) 24.78º 0.93% 0.85% -
XYZ 33.17 23.71 3.32 -
YUV 124.82 66.59 193.75 -
System Red Green Blue C M Y K H S L
Decimal 217 99 16 0 0.54 0.93 0.15 24.78 0.86 0.46
Hex D9 63 10 0 36 5D F 19 56 2E
Octal 331 143 20 0 66 135 17 31 126 56
Binary 11011001 1100011 10000 0 110110 1011101 1111 11001 1010110 101110

Color Harmonies of #D96310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96310

Black with #D96310

Text Example


Text Example

White with #D96310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96310; }

 p { color: rgb(217,99,16); }

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

background-color css

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

 a { background-color: rgb(217,99,16); }

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

border-color css

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

 span { border-color: rgb(217,99,16); }

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