#cd763a

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

Shades of Zest #CD763A

Tints of Zest #CD763A

Color information

#CD763A (or 0xCD763A) is unknown color: approx Zest. HEX triplet: CD, 76 and 3A. RGB value is (205,118,58). Sum of RGB (Red+Green+Blue) = 205+118+58=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD763A is #3289C5. Grayscale: #898989. Windows color (decimal): -3312070 or 3831501. OLE color: 3831501.

HSL color Cylindrical-coordinate representation of color #CD763A: hue angle of 24.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD763A is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB20511858-
CMYK00.420.720.20
HSL24.49º59.51%51.57%-
HSV(B)24.49º71.71%80.39%-
XYZ32.4226.247.36-
YUV137.1783.32176.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.81%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 58 (23.05% from 255) = 15.22%
R=53.81%
G=30.97%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051185800.420.720.2024.4959.5151.57
HexCD763A02A4814183c34
Octal3151667205211024307464
Binary110011011110110111010010101010010001010011000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd763a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd763a; }

 p { color: rgb(205,118,58); }

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

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

 a { background-color: rgb(205,118,58); }

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

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

 span { border-color: rgb(205,118,58); }

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