Html Css Color HEX #D96610 Chocolate

📋 copy color: '#D96610'

red 217 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #D96610

Tints of Chocolate #D96610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

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

R = 64.78%
G = 30.45%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D96610 (or 0xD96610) is known color: Chocolate. HEX triplet: D9, 66 and 10. RGB value is (217,102,16). Sum of RGB (Red+Green+Blue) = 217+102+16=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D96610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96610 is #2699EF. Grayscale: #7F7F7F. Windows color (decimal): -2529776 or 1074905. OLE color: 1074905.

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

Color convert

RGB 217 102 16 -
CMYK 0 0.53 0.93 0.15
HSL 25.67º 0.86% 0.46% -
HSV(B) 25.67º 0.93% 0.85% -
XYZ 33.46 24.29 3.42 -
YUV 126.58 65.6 192.49 -
System Red Green Blue C M Y K H S L
Decimal 217 102 16 0 0.53 0.93 0.15 25.67 0.86 0.46
Hex D9 66 10 0 35 5D F 1A 56 2E
Octal 331 146 20 0 65 135 17 32 126 56
Binary 11011001 1100110 10000 0 110101 1011101 1111 11010 1010110 101110

Color Harmonies of #D96610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96610

Black with #D96610

Text Example


Text Example

White with #D96610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96610; }

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

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

background-color css

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

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

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

border-color css

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

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

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