#CDCC92

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

Shades of Deco #CDCC92

Tints of Deco #CDCC92

Color information

#CDCC92 (or 0xCDCC92) is unknown color: approx Deco. HEX triplet: CD, CC and 92. RGB value is (205,204,146). Sum of RGB (Red+Green+Blue) = 205+204+146=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC92 is #32336D. Grayscale: #C5C5C5. Windows color (decimal): -3289966 or 9620685. OLE color: 9620685.

HSL color Cylindrical-coordinate representation of color #CDCC92: hue angle of 58.98º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDCC92 is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB205204146-
CMYK00.000.290.20
HSL58.98º37.11%68.82%-
HSV(B)58.98º28.78%80.39%-
XYZ51.9658.2435.7-
YUV197.6998.83133.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 146 (57.42% from 255) = 26.31%
R=36.94%
G=36.76%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520414600.000.290.2058.9837.1168.82
HexCDCC92001D143b2545
Octal3153142220035247345105
Binary1100110111001100100100100011101101001110111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC92; }

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

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

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

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

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

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

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

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