#DAD4B9

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

Shades of Wheatfield #DAD4B9

Tints of Wheatfield #DAD4B9

Color information

#DAD4B9 (or 0xDAD4B9) is unknown color: approx Wheatfield. HEX triplet: DA, D4 and B9. RGB value is (218,212,185). Sum of RGB (Red+Green+Blue) = 218+212+185=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4B9 is #252B46. Grayscale: #D2D2D2. Windows color (decimal): -2435911 or 12178650. OLE color: 12178650.

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

Color convert

RGB218212185-
CMYK00.030.150.15
HSL49.09º30.84%79.02%-
HSV(B)49.09º15.14%85.49%-
XYZ61.2165.555.31-
YUV210.72113.49133.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 212 (83.20% from 255) = 34.47%
BLUE value IS 185 (72.66% from 255) = 30.08%
R=35.45%
G=34.47%
B=30.08%

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
Decimal21821218500.030.150.1549.0930.8479.02
HexDAD4B903FF311f4f
Octal3323242710317176137117
Binary11011010110101001011100101111111111110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4B9; }

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

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

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

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

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

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

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

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