#CDA57B

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

Shades of Cameo #CDA57B

Tints of Cameo #CDA57B

Color information

#CDA57B (or 0xCDA57B) is unknown color: approx Cameo. HEX triplet: CD, A5 and 7B. RGB value is (205,165,123). Sum of RGB (Red+Green+Blue) = 205+165+123=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA57B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA57B is #325A84. Grayscale: #ACACAC. Windows color (decimal): -3299973 or 8103373. OLE color: 8103373.

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

Color convert

RGB205165123-
CMYK00.200.40.20
HSL30.73º45.05%64.31%-
HSV(B)30.73º40%80.39%-
XYZ42.2141.3224.49-
YUV172.17100.25151.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 123 (48.44% from 255) = 24.95%
R=41.58%
G=33.47%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516512300.200.40.2030.7345.0564.31
HexCDA57B01428141f2d40
Octal31524517302450243755100
Binary1100110110100101111101101010010100010100111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA57B; }

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

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

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

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

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

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

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

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