#CDA57C

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

Shades of Cameo #CDA57C

Tints of Cameo #CDA57C

Color information

#CDA57C (or 0xCDA57C) is unknown color: approx Cameo. HEX triplet: CD, A5 and 7C. RGB value is (205,165,124). Sum of RGB (Red+Green+Blue) = 205+165+124=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA57C is #325A83. Grayscale: #ACACAC. Windows color (decimal): -3299972 or 8168909. OLE color: 8168909.

HSL color Cylindrical-coordinate representation of color #CDA57C: hue angle of 30.37º 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 #CDA57C is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205165124-
CMYK00.200.400.20
HSL30.37º44.75%64.51%-
HSV(B)30.37º39.51%80.39%-
XYZ42.2741.3424.82-
YUV172.29100.75151.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 124 (48.83% from 255) = 25.10%
R=41.50%
G=33.40%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516512400.200.400.2030.3744.7564.51
HexCDA57C01428141e2d41
Octal31524517402450243655101
Binary1100110110100101111110001010010100010100111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA57C; }

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

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

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

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

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

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

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

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