#CFCC78

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

Shades of Deco #CFCC78

Tints of Deco #CFCC78

Color information

#CFCC78 (or 0xCFCC78) is unknown color: approx Deco. HEX triplet: CF, CC and 78. RGB value is (207,204,120). Sum of RGB (Red+Green+Blue) = 207+204+120=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC78 is #303387. Grayscale: #C3C3C3. Windows color (decimal): -3158920 or 7916751. OLE color: 7916751.

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

Color convert

RGB207204120-
CMYK00.010.420.19
HSL57.93º47.54%64.12%-
HSV(B)57.93º42.03%81.18%-
XYZ50.7257.8126.25-
YUV195.3285.49136.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 120 (47.27% from 255) = 22.60%
R=38.98%
G=38.42%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720412000.010.420.1957.9347.5464.12
HexCFCC78012A133a3040
Octal3173141700152237260100
Binary1100111111001100111100001101010100111110101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC78; }

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

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

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

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

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

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

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

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