#CDCC7A

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

Shades of Deco #CDCC7A

Tints of Deco #CDCC7A

Color information

#CDCC7A (or 0xCDCC7A) is unknown color: approx Deco. HEX triplet: CD, CC and 7A. RGB value is (205,204,122). Sum of RGB (Red+Green+Blue) = 205+204+122=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC7A is #323385. Grayscale: #C3C3C3. Windows color (decimal): -3289990 or 8047821. OLE color: 8047821.

HSL color Cylindrical-coordinate representation of color #CDCC7A: hue angle of 59.28º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDCC7A is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205204122-
CMYK00.000.400.20
HSL59.28º45.36%64.12%-
HSV(B)59.28º40.49%80.39%-
XYZ50.2857.5726.87-
YUV194.9586.83135.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 122 (48.05% from 255) = 22.98%
R=38.61%
G=38.42%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520412200.000.400.2059.2845.3664.12
HexCDCC7A0028143b2d40
Octal3153141720050247355100
Binary1100110111001100111101000101000101001110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC7A; }

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

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

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

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

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

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

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

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