#CDC97E

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

Shades of Deco #CDC97E

Tints of Deco #CDC97E

Color information

#CDC97E (or 0xCDC97E) is unknown color: approx Deco. HEX triplet: CD, C9 and 7E. RGB value is (205,201,126). Sum of RGB (Red+Green+Blue) = 205+201+126=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC97E is #323681. Grayscale: #C1C1C1. Windows color (decimal): -3290754 or 8309197. OLE color: 8309197.

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

Color convert

RGB205201126-
CMYK00.020.390.20
HSL56.96º44.13%64.9%-
HSV(B)56.96º38.54%80.39%-
XYZ49.8356.2627.97-
YUV193.6589.83136.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 201 (78.91% from 255) = 37.78%
BLUE value IS 126 (49.61% from 255) = 23.68%
R=38.53%
G=37.78%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520112600.020.390.2056.9644.1364.9
HexCDC97E022714392c41
Octal3153111760247247154101
Binary11001101110010011111110010100111101001110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC97E; }

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

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

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

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

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

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

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

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