#D9701C

Color #D9701C Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D9701C

Tints of Chocolate #D9701C

Color information

#D9701C (or 0xD9701C) is unknown color: approx Chocolate. HEX triplet: D9, 70 and 1C. RGB value is (217,112,28). Sum of RGB (Red+Green+Blue) = 217+112+28=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9701C is #268FE3. Grayscale: #868686. Windows color (decimal): -2527204 or 1863897. OLE color: 1863897.

HSL color Cylindrical-coordinate representation of color #D9701C: hue angle of 26.67º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9701C is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21711228-
CMYK00.480.870.15
HSL26.67º77.14%48.04%-
HSV(B)26.67º87.1%85.1%-
XYZ34.6226.424.37-
YUV133.8268.29187.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.78%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 28 (11.33% from 255) = 7.84%
R=60.78%
G=31.37%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171122800.480.870.1526.6777.1448.04
HexD9701C03057F1b4d30
Octal33116034060127173311560
Binary11011001111000011100011000010101111111110111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9701C; }

 p { color: rgb(217,112,28); }

 H1.HeaderClassName
 {
   color: #D9701C;
 }
 .AnyTagClassName
 {
   color: #D9701C;
 }
</style>
background-color css

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

 a { background-color: rgb(217,112,28); }

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

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

 span { border-color: rgb(217,112,28); }

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