#D07214

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

Shades of Chocolate #D07214

Tints of Chocolate #D07214

Color information

#D07214 (or 0xD07214) is unknown color: approx Chocolate. HEX triplet: D0, 72 and 14. RGB value is (208,114,20). Sum of RGB (Red+Green+Blue) = 208+114+20=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D07214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07214 is #2F8DEB. Grayscale: #838383. Windows color (decimal): -3116524 or 1340112. OLE color: 1340112.

HSL color Cylindrical-coordinate representation of color #D07214: hue angle of 30º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D07214 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB20811420-
CMYK00.450.900.18
HSL30º82.46%44.71%-
HSV(B)30º90.38%81.57%-
XYZ32.1625.53.89-
YUV131.3965.14182.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.82%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 5.85%
R=60.82%
G=33.33%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081142000.450.900.183082.4644.71
HexD0721402D5A121e522d
Octal32016224055132223612255
Binary110100001110010101000101101101101010010111101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07214; }

 p { color: rgb(208,114,20); }

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

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

 a { background-color: rgb(208,114,20); }

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

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

 span { border-color: rgb(208,114,20); }

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