#D2691E

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

Shades of Chocolate #D2691E

Tints of Chocolate #D2691E

Color information

#D2691E (or 0xD2691E) is known color: Chocolate. HEX triplet: D2, 69 and 1E. RGB value is (210,105,30). Sum of RGB (Red+Green+Blue) = 210+105+30=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D2691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2691E is #2D96E1. Grayscale: #808080. Windows color (decimal): -2987746 or 1993170. OLE color: 1993170.

HSL color Cylindrical-coordinate representation of color #D2691E: hue angle of 25º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2691E is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB21010530-
CMYK00.500.860.18
HSL25º75%47.06%-
HSV(B)25º85.71%82.35%-
XYZ31.8623.94.16-
YUV127.8472.79186.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.87%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 30 (12.11% from 255) = 8.70%
R=60.87%
G=30.43%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101053000.500.860.18257547.06
HexD2691E0325612194b2f
Octal32215136062126223111357
Binary110100101101001111100110010101011010010110011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2691E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2691E; }

 p { color: rgb(210,105,30); }

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

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

 a { background-color: rgb(210,105,30); }

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

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

 span { border-color: rgb(210,105,30); }

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