#CFD991

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

Shades of Deco #CFD991

Tints of Deco #CFD991

Color information

#CFD991 (or 0xCFD991) is unknown color: approx Deco. HEX triplet: CF, D9 and 91. RGB value is (207,217,145). Sum of RGB (Red+Green+Blue) = 207+217+145=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 145 (57.03% from 255 or 25.48% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD991 is #30266E. Grayscale: #CECECE. Windows color (decimal): -3155567 or 9558479. OLE color: 9558479.

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

Color convert

RGB207217145-
CMYK0.0500.330.15
HSL68.33º48.65%70.98%-
HSV(B)68.33º33.18%85.1%-
XYZ55.6664.9436.39-
YUV205.893.69128.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 217 (85.16% from 255) = 38.14%
BLUE value IS 145 (57.03% from 255) = 25.48%
R=36.38%
G=38.14%
B=25.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171450.0500.330.1568.3348.6570.98
HexCFD9915021F443147
Octal31733122150411710461107
Binary1100111111011001100100011010100001111110001001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD991; }

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

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

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

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

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

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

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

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