#CDA58B

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

Shades of Cameo #CDA58B

Tints of Cameo #CDA58B

Color information

#CDA58B (or 0xCDA58B) is unknown color: approx Cameo. HEX triplet: CD, A5 and 8B. RGB value is (205,165,139). Sum of RGB (Red+Green+Blue) = 205+165+139=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA58B is #325A74. Grayscale: #AEAEAE. Windows color (decimal): -3299957 or 9151949. OLE color: 9151949.

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

Color convert

RGB205165139-
CMYK00.200.320.20
HSL23.64º39.76%67.45%-
HSV(B)23.64º32.2%80.39%-
XYZ43.2941.7530.2-
YUV174108.25150.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 139 (54.69% from 255) = 27.31%
R=40.28%
G=32.42%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516513900.200.320.2023.6439.7667.45
HexCDA58B0142014182843
Octal31524521302440243050103
Binary11001101101001011000101101010010000010100110001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA58B; }

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

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

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

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

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

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

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

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