#CDA59B

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

Shades of Eunry #CDA59B

Tints of Eunry #CDA59B

Color information

#CDA59B (or 0xCDA59B) is unknown color: approx Eunry. HEX triplet: CD, A5 and 9B. RGB value is (205,165,155). Sum of RGB (Red+Green+Blue) = 205+165+155=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA59B is #325A64. Grayscale: #AFAFAF. Windows color (decimal): -3299941 or 10200525. OLE color: 10200525.

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

Color convert

RGB205165155-
CMYK00.200.240.20
HSL12º33.33%70.59%-
HSV(B)12º24.39%80.39%-
XYZ44.5542.2636.82-
YUV175.82116.25148.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=39.05%
G=31.43%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516515500.200.240.201233.3370.59
HexCDA59B0141814c2147
Octal31524523302430241441107
Binary110011011010010110011011010100110001010011001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA59B; }

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

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

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

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

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

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

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

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