#CDCA88

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

Shades of Deco #CDCA88

Tints of Deco #CDCA88

Color information

#CDCA88 (or 0xCDCA88) is unknown color: approx Deco. HEX triplet: CD, CA and 88. RGB value is (205,202,136). Sum of RGB (Red+Green+Blue) = 205+202+136=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCA88 is #323577. Grayscale: #C3C3C3. Windows color (decimal): -3290488 or 8964813. OLE color: 8964813.

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

Color convert

RGB205202136-
CMYK00.010.340.20
HSL57.39º40.83%66.86%-
HSV(B)57.39º33.66%80.39%-
XYZ50.745731.62-
YUV195.3794.49134.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 136 (53.52% from 255) = 25.05%
R=37.75%
G=37.20%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520213600.010.340.2057.3940.8366.86
HexCDCA88012214392943
Octal3153122100142247151103
Binary11001101110010101000100001100010101001110011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA88; }

 p { color: rgb(205,202,136); }

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

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

 a { background-color: rgb(205,202,136); }

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

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

 span { border-color: rgb(205,202,136); }

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