#D0723B

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

Shades of Zest #D0723B

Tints of Zest #D0723B

Color information

#D0723B (or 0xD0723B) is unknown color: approx Zest. HEX triplet: D0, 72 and 3B. RGB value is (208,114,59). Sum of RGB (Red+Green+Blue) = 208+114+59=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0723B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0723B is #2F8DC4. Grayscale: #888888. Windows color (decimal): -3116485 or 3896016. OLE color: 3896016.

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

Color convert

RGB20811459-
CMYK00.450.720.18
HSL22.15º61.32%52.35%-
HSV(B)22.15º71.63%81.57%-
XYZ32.8225.767.38-
YUV135.8484.64179.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.59%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 59 (23.44% from 255) = 15.49%
R=54.59%
G=29.92%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081145900.450.720.1822.1561.3252.35
HexD0723B02D4812163d34
Octal3201627305511022267564
Binary110100001110010111011010110110010001001010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0723B; }

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

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

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

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

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

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

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

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