#CDA77C

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

Shades of Cameo #CDA77C

Tints of Cameo #CDA77C

Color information

#CDA77C (or 0xCDA77C) is unknown color: approx Cameo. HEX triplet: CD, A7 and 7C. RGB value is (205,167,124). Sum of RGB (Red+Green+Blue) = 205+167+124=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA77C is #325883. Grayscale: #ADADAD. Windows color (decimal): -3299460 or 8169421. OLE color: 8169421.

HSL color Cylindrical-coordinate representation of color #CDA77C: hue angle of 31.85º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDA77C is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205167124-
CMYK00.190.400.20
HSL31.85º44.75%64.51%-
HSV(B)31.85º39.51%80.39%-
XYZ42.6342.0724.94-
YUV173.46100.09150.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 124 (48.83% from 255) = 25%
R=41.33%
G=33.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516712400.190.400.2031.8544.7564.51
HexCDA77C0132814202d41
Octal31524717402350244055101
Binary11001101101001111111100010011101000101001000001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA77C; }

 p { color: rgb(205,167,124); }

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

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

 a { background-color: rgb(205,167,124); }

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

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

 span { border-color: rgb(205,167,124); }

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