#CDC97F

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

Shades of Deco #CDC97F

Tints of Deco #CDC97F

Color information

#CDC97F (or 0xCDC97F) is unknown color: approx Deco. HEX triplet: CD, C9 and 7F. RGB value is (205,201,127). Sum of RGB (Red+Green+Blue) = 205+201+127=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC97F is #323680. Grayscale: #C2C2C2. Windows color (decimal): -3290753 or 8374733. OLE color: 8374733.

HSL color Cylindrical-coordinate representation of color #CDC97F: hue angle of 56.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDC97F is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205201127-
CMYK00.020.380.20
HSL56.92º43.82%65.1%-
HSV(B)56.92º38.05%80.39%-
XYZ49.8956.2828.31-
YUV193.7690.33136.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 201 (78.91% from 255) = 37.71%
BLUE value IS 127 (50% from 255) = 23.83%
R=38.46%
G=37.71%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520112700.020.380.2056.9243.8265.1
HexCDC97F022614392c41
Octal3153111770246247154101
Binary11001101110010011111111010100110101001110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC97F; }

 p { color: rgb(205,201,127); }

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

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

 a { background-color: rgb(205,201,127); }

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

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

 span { border-color: rgb(205,201,127); }

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