#CDA997

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

Shades of Eunry #CDA997

Tints of Eunry #CDA997

Color information

#CDA997 (or 0xCDA997) is unknown color: approx Eunry. HEX triplet: CD, A9 and 97. RGB value is (205,169,151). Sum of RGB (Red+Green+Blue) = 205+169+151=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA997 is #325668. Grayscale: #B1B1B1. Windows color (decimal): -3298921 or 9939405. OLE color: 9939405.

HSL color Cylindrical-coordinate representation of color #CDA997: hue angle of 20º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA997 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB205169151-
CMYK00.180.260.20
HSL20º35.06%69.8%-
HSV(B)20º26.34%80.39%-
XYZ44.9543.5935.32-
YUV177.71112.93147.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 151 (59.38% from 255) = 28.76%
R=39.05%
G=32.19%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516915100.180.260.202035.0669.8
HexCDA9970121A14142346
Octal31525122702232242443106
Binary1100110110101001100101110100101101010100101001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA997; }

 p { color: rgb(205,169,151); }

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

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

 a { background-color: rgb(205,169,151); }

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

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

 span { border-color: rgb(205,169,151); }

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