#CCC98D

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

Shades of Deco #CCC98D

Tints of Deco #CCC98D

Color information

#CCC98D (or 0xCCC98D) is unknown color: approx Deco. HEX triplet: CC, C9 and 8D. RGB value is (204,201,141). Sum of RGB (Red+Green+Blue) = 204+201+141=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC98D is #333672. Grayscale: #C3C3C3. Windows color (decimal): -3356275 or 9292236. OLE color: 9292236.

HSL color Cylindrical-coordinate representation of color #CCC98D: hue angle of 57.14º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC98D is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204201141-
CMYK00.010.310.2
HSL57.14º38.18%67.65%-
HSV(B)57.14º30.88%80%-
XYZ50.656.5333.44-
YUV195.0697.49134.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 141 (55.47% from 255) = 25.82%
R=37.36%
G=36.81%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420114100.010.310.257.1438.1867.65
HexCCC98D011F14392644
Octal3143112150137247146104
Binary1100110011001001100011010111111101001110011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC98D; }

 p { color: rgb(204,201,141); }

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

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

 a { background-color: rgb(204,201,141); }

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

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

 span { border-color: rgb(204,201,141); }

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