#D1D68F

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

Shades of Deco #D1D68F

Tints of Deco #D1D68F

Color information

#D1D68F (or 0xD1D68F) is unknown color: approx Deco. HEX triplet: D1, D6 and 8F. RGB value is (209,214,143). Sum of RGB (Red+Green+Blue) = 209+214+143=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D68F is #2E2970. Grayscale: #CCCCCC. Windows color (decimal): -3025265 or 9426641. OLE color: 9426641.

HSL color Cylindrical-coordinate representation of color #D1D68F: hue angle of 64.23º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1D68F is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB209214143-
CMYK0.0200.330.16
HSL64.23º46.41%70%-
HSV(B)64.23º33.18%83.92%-
XYZ55.363.6335.35-
YUV204.4193.34131.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.93%
GREEN value IS 214 (83.98% from 255) = 37.81%
BLUE value IS 143 (56.25% from 255) = 25.27%
R=36.93%
G=37.81%
B=25.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092141430.0200.330.1664.2346.4170
HexD1D68F202110402e46
Octal32132621720412010056106
Binary1101000111010110100011111001000011000010000001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D68F; }

 p { color: rgb(209,214,143); }

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

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

 a { background-color: rgb(209,214,143); }

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

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

 span { border-color: rgb(209,214,143); }

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