#D0733F

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

Shades of Zest #D0733F

Tints of Zest #D0733F

Color information

#D0733F (or 0xD0733F) is unknown color: approx Zest. HEX triplet: D0, 73 and 3F. RGB value is (208,115,63). Sum of RGB (Red+Green+Blue) = 208+115+63=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0733F is #2F8CC0. Grayscale: #898989. Windows color (decimal): -3116225 or 4158416. OLE color: 4158416.

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

Color convert

RGB20811563-
CMYK00.450.700.18
HSL21.52º60.67%53.14%-
HSV(B)21.52º69.71%81.57%-
XYZ33.0426.037.99-
YUV136.8886.31178.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.89%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 63 (25% from 255) = 16.32%
R=53.89%
G=29.79%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081156300.450.700.1821.5260.6753.14
HexD0733F02D4612163d35
Octal3201637705510622267565
Binary110100001110011111111010110110001101001010110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0733F; }

 p { color: rgb(208,115,63); }

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

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

 a { background-color: rgb(208,115,63); }

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

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

 span { border-color: rgb(208,115,63); }

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