#CFCB70

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

Shades of Deco #CFCB70

Tints of Deco #CFCB70

Color information

#CFCB70 (or 0xCFCB70) is unknown color: approx Deco. HEX triplet: CF, CB and 70. RGB value is (207,203,112). Sum of RGB (Red+Green+Blue) = 207+203+112=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB70 is #30348F. Grayscale: #C2C2C2. Windows color (decimal): -3159184 or 7392207. OLE color: 7392207.

HSL color Cylindrical-coordinate representation of color #CFCB70: hue angle of 57.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFCB70 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207203112-
CMYK00.020.460.19
HSL57.47º49.74%62.55%-
HSV(B)57.47º45.89%81.18%-
XYZ50.0157.1523.72-
YUV193.8281.83137.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 112 (44.14% from 255) = 21.46%
R=39.66%
G=38.89%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720311200.020.460.1957.4749.7462.55
HexCFCB70022E1339323f
Octal317313160025623716277
Binary1100111111001011111000001010111010011111001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCB70; }

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

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

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

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

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

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

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

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