#DAD4BB

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

Shades of Wheatfield #DAD4BB

Tints of Wheatfield #DAD4BB

Color information

#DAD4BB (or 0xDAD4BB) is unknown color: approx Wheatfield. HEX triplet: DA, D4 and BB. RGB value is (218,212,187). Sum of RGB (Red+Green+Blue) = 218+212+187=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4BB is #252B44. Grayscale: #D3D3D3. Windows color (decimal): -2435909 or 12309722. OLE color: 12309722.

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

Color convert

RGB218212187-
CMYK00.030.140.15
HSL48.39º29.52%79.41%-
HSV(B)48.39º14.22%85.49%-
XYZ61.4365.5856.43-
YUV210.94114.49133.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 212 (83.20% from 255) = 34.36%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=35.33%
G=34.36%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821218700.030.140.1548.3929.5279.41
HexDAD4BB03EF301e4f
Octal3323242730316176036117
Binary11011010110101001011101101111101111110000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4BB; }

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

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

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

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

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

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

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

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