#CFD98F

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

Shades of Deco #CFD98F

Tints of Deco #CFD98F

Color information

#CFD98F (or 0xCFD98F) is unknown color: approx Deco. HEX triplet: CF, D9 and 8F. RGB value is (207,217,143). Sum of RGB (Red+Green+Blue) = 207+217+143=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 143 (56.25% from 255 or 25.22% from 567); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD98F is #302670. Grayscale: #CDCDCD. Windows color (decimal): -3155569 or 9427407. OLE color: 9427407.

HSL color Cylindrical-coordinate representation of color #CFD98F: hue angle of 68.11º 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 #CFD98F is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB207217143-
CMYK0.0500.340.15
HSL68.11º49.33%70.59%-
HSV(B)68.11º34.1%85.1%-
XYZ55.564.8735.58-
YUV205.5792.69129.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 217 (85.16% from 255) = 38.27%
BLUE value IS 143 (56.25% from 255) = 25.22%
R=36.51%
G=38.27%
B=25.22%

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
Decimal2072171430.0500.340.1568.1149.3370.59
HexCFD98F5022F443147
Octal31733121750421710461107
Binary1100111111011001100011111010100010111110001001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD98F; }

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

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

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

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

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

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

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

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