#DAD2B9

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

Shades of Wheatfield #DAD2B9

Tints of Wheatfield #DAD2B9

Color information

#DAD2B9 (or 0xDAD2B9) is unknown color: approx Wheatfield. HEX triplet: DA, D2 and B9. RGB value is (218,210,185). Sum of RGB (Red+Green+Blue) = 218+210+185=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2B9 is #252D46. Grayscale: #D1D1D1. Windows color (decimal): -2436423 or 12178138. OLE color: 12178138.

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

Color convert

RGB218210185-
CMYK00.040.150.15
HSL45.45º30.84%79.02%-
HSV(B)45.45º15.14%85.49%-
XYZ60.7264.555.15-
YUV209.54114.15134.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 210 (82.42% from 255) = 34.26%
BLUE value IS 185 (72.66% from 255) = 30.18%
R=35.56%
G=34.26%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821018500.040.150.1545.4530.8479.02
HexDAD2B904FF2d1f4f
Octal3323222710417175537117
Binary110110101101001010111001010011111111101101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2B9; }

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

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

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

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

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

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

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

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