#CFCC75

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

Shades of Deco #CFCC75

Tints of Deco #CFCC75

Color information

#CFCC75 (or 0xCFCC75) is unknown color: approx Deco. HEX triplet: CF, CC and 75. RGB value is (207,204,117). Sum of RGB (Red+Green+Blue) = 207+204+117=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC75 is #30338A. Grayscale: #C3C3C3. Windows color (decimal): -3158923 or 7720143. OLE color: 7720143.

HSL color Cylindrical-coordinate representation of color #CFCC75: hue angle of 58º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFCC75 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207204117-
CMYK00.010.430.19
HSL58º48.39%63.53%-
HSV(B)58º43.48%81.18%-
XYZ50.5457.7425.31-
YUV194.9883.99136.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=39.20%
G=38.64%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720411700.010.430.195848.3963.53
HexCFCC75012B133a3040
Octal3173141650153237260100
Binary1100111111001100111010101101011100111110101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC75; }

 p { color: rgb(207,204,117); }

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

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

 a { background-color: rgb(207,204,117); }

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

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

 span { border-color: rgb(207,204,117); }

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