#CFCB79

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

Shades of Deco #CFCB79

Tints of Deco #CFCB79

Color information

#CFCB79 (or 0xCFCB79) is unknown color: approx Deco. HEX triplet: CF, CB and 79. RGB value is (207,203,121). Sum of RGB (Red+Green+Blue) = 207+203+121=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB79 is #303486. Grayscale: #C3C3C3. Windows color (decimal): -3159175 or 7982031. OLE color: 7982031.

HSL color Cylindrical-coordinate representation of color #CFCB79: hue angle of 57.21º degrees, saturation: 0.47, 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 #CFCB79 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207203121-
CMYK00.020.420.19
HSL57.21º47.25%64.31%-
HSV(B)57.21º41.55%81.18%-
XYZ50.5457.3626.5-
YUV194.8586.33136.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 121 (47.66% from 255) = 22.79%
R=38.98%
G=38.23%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720312100.020.420.1957.2147.2564.31
HexCFCB79022A13392f40
Octal3173131710252237157100
Binary11001111110010111111001010101010100111110011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCB79; }

 p { color: rgb(207,203,121); }

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

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

 a { background-color: rgb(207,203,121); }

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

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

 span { border-color: rgb(207,203,121); }

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