#CDA58D

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

Shades of Cameo #CDA58D

Tints of Cameo #CDA58D

Color information

#CDA58D (or 0xCDA58D) is unknown color: approx Cameo. HEX triplet: CD, A5 and 8D. RGB value is (205,165,141). Sum of RGB (Red+Green+Blue) = 205+165+141=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA58D is #325A72. Grayscale: #AEAEAE. Windows color (decimal): -3299955 or 9283021. OLE color: 9283021.

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

Color convert

RGB205165141-
CMYK00.200.310.20
HSL22.5º39.02%67.84%-
HSV(B)22.5º31.22%80.39%-
XYZ43.4441.8130.98-
YUV174.22109.25149.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=40.12%
G=32.29%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516514100.200.310.2022.539.0267.84
HexCDA58D0141F14172744
Octal31524521502437242747104
Binary1100110110100101100011010101001111110100101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA58D; }

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

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

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

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

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

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

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

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