#CFD999

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

Shades of Deco #CFD999

Tints of Deco #CFD999

Color information

#CFD999 (or 0xCFD999) is unknown color: approx Deco. HEX triplet: CF, D9 and 99. RGB value is (207,217,153). Sum of RGB (Red+Green+Blue) = 207+217+153=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD999 is #302666. Grayscale: #CECECE. Windows color (decimal): -3155559 or 10082767. OLE color: 10082767.

HSL color Cylindrical-coordinate representation of color #CFD999: hue angle of 69.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFD999 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB207217153-
CMYK0.0500.290.15
HSL69.38º45.71%72.55%-
HSV(B)69.38º29.49%85.1%-
XYZ56.2965.1939.75-
YUV206.7197.69128.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 153 (60.16% from 255) = 26.52%
R=35.88%
G=37.61%
B=26.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171530.0500.290.1569.3845.7172.55
HexCFD999501DF452e49
Octal31733123150351710556111
Binary110011111101100110011001101011101111110001011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD999; }

 p { color: rgb(207,217,153); }

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

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

 a { background-color: rgb(207,217,153); }

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

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

 span { border-color: rgb(207,217,153); }

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