#DAD3B9

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

Shades of Wheatfield #DAD3B9

Tints of Wheatfield #DAD3B9

Color information

#DAD3B9 (or 0xDAD3B9) is unknown color: approx Wheatfield. HEX triplet: DA, D3 and B9. RGB value is (218,211,185). Sum of RGB (Red+Green+Blue) = 218+211+185=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3B9 is #252C46. Grayscale: #D2D2D2. Windows color (decimal): -2436167 or 12178394. OLE color: 12178394.

HSL color Cylindrical-coordinate representation of color #DAD3B9: hue angle of 47.27º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD3B9 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218211185-
CMYK00.030.150.15
HSL47.27º30.84%79.02%-
HSV(B)47.27º15.14%85.49%-
XYZ60.966555.23-
YUV210.13113.82133.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 211 (82.81% from 255) = 34.36%
BLUE value IS 185 (72.66% from 255) = 30.13%
R=35.50%
G=34.36%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821118500.030.150.1547.2730.8479.02
HexDAD3B903FF2f1f4f
Octal3323232710317175737117
Binary11011010110100111011100101111111111101111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3B9; }

 p { color: rgb(218,211,185); }

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

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

 a { background-color: rgb(218,211,185); }

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

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

 span { border-color: rgb(218,211,185); }

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