#CFCE73

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

Shades of Deco #CFCE73

Tints of Deco #CFCE73

Color information

#CFCE73 (or 0xCFCE73) is unknown color: approx Deco. HEX triplet: CF, CE and 73. RGB value is (207,206,115). Sum of RGB (Red+Green+Blue) = 207+206+115=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE73 is #30318C. Grayscale: #C4C4C4. Windows color (decimal): -3158413 or 7589583. OLE color: 7589583.

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

Color convert

RGB207206115-
CMYK00.000.440.19
HSL59.35º48.94%63.14%-
HSV(B)59.35º44.44%81.18%-
XYZ50.958.6524.86-
YUV195.9282.33135.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 115 (45.31% from 255) = 21.78%
R=39.20%
G=39.02%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720611500.000.440.1959.3548.9463.14
HexCFCE73002C133b313f
Octal317316163005423736177
Binary110011111100111011100110010110010011111011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE73; }

 p { color: rgb(207,206,115); }

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

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

 a { background-color: rgb(207,206,115); }

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

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

 span { border-color: rgb(207,206,115); }

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