#CDCC7E

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

Shades of Deco #CDCC7E

Tints of Deco #CDCC7E

Color information

#CDCC7E (or 0xCDCC7E) is unknown color: approx Deco. HEX triplet: CD, CC and 7E. RGB value is (205,204,126). Sum of RGB (Red+Green+Blue) = 205+204+126=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC7E is #323381. Grayscale: #C3C3C3. Windows color (decimal): -3289986 or 8309965. OLE color: 8309965.

HSL color Cylindrical-coordinate representation of color #CDCC7E: hue angle of 59.24º 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 #CDCC7E is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB205204126-
CMYK00.000.390.20
HSL59.24º44.13%64.9%-
HSV(B)59.24º38.54%80.39%-
XYZ50.5457.6728.21-
YUV195.4188.83134.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 126 (49.61% from 255) = 23.55%
R=38.32%
G=38.13%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520412600.000.390.2059.2444.1364.9
HexCDCC7E0027143b2c41
Octal3153141760047247354101
Binary1100110111001100111111000100111101001110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC7E; }

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

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

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

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

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

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

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

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