#CCC97D

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

Shades of Deco #CCC97D

Tints of Deco #CCC97D

Color information

#CCC97D (or 0xCCC97D) is unknown color: approx Deco. HEX triplet: CC, C9 and 7D. RGB value is (204,201,125). Sum of RGB (Red+Green+Blue) = 204+201+125=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC97D is #333682. Grayscale: #C1C1C1. Windows color (decimal): -3356291 or 8243660. OLE color: 8243660.

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

Color convert

RGB204201125-
CMYK00.010.390.2
HSL57.72º43.65%64.51%-
HSV(B)57.72º38.73%80%-
XYZ49.4956.0927.62-
YUV193.2389.49135.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 125 (49.22% from 255) = 23.58%
R=38.49%
G=37.92%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420112500.010.390.257.7243.6564.51
HexCCC97D0127143a2c41
Octal3143111750147247254101
Binary1100110011001001111110101100111101001110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC97D; }

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

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

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

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

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

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

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

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