#CFD990

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

Shades of Deco #CFD990

Tints of Deco #CFD990

Color information

#CFD990 (or 0xCFD990) is unknown color: approx Deco. HEX triplet: CF, D9 and 90. RGB value is (207,217,144). Sum of RGB (Red+Green+Blue) = 207+217+144=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD990 is #30266F. Grayscale: #CDCDCD. Windows color (decimal): -3155568 or 9492943. OLE color: 9492943.

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

Color convert

RGB207217144-
CMYK0.0500.340.15
HSL68.22º48.99%70.78%-
HSV(B)68.22º33.64%85.1%-
XYZ55.5864.935.98-
YUV205.6993.19128.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 144 (56.64% from 255) = 25.35%
R=36.44%
G=38.20%
B=25.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171440.0500.340.1568.2248.9970.78
HexCFD9905022F443147
Octal31733122050421710461107
Binary1100111111011001100100001010100010111110001001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD990; }

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

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

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

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

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

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

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

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