#DBD4B9

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

Shades of Wheatfield #DBD4B9

Tints of Wheatfield #DBD4B9

Color information

#DBD4B9 (or 0xDBD4B9) is unknown color: approx Wheatfield. HEX triplet: DB, D4 and B9. RGB value is (219,212,185). Sum of RGB (Red+Green+Blue) = 219+212+185=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4B9 is #242B46. Grayscale: #D3D3D3. Windows color (decimal): -2370375 or 12178651. OLE color: 12178651.

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

Color convert

RGB219212185-
CMYK00.030.160.14
HSL47.65º32.08%79.22%-
HSV(B)47.65º15.53%85.88%-
XYZ61.5165.6555.33-
YUV211.02113.32133.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 212 (83.20% from 255) = 34.42%
BLUE value IS 185 (72.66% from 255) = 30.03%
R=35.55%
G=34.42%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921218500.030.160.1447.6532.0879.22
HexDBD4B90310E30204f
Octal3333242710320166040117
Binary1101101111010100101110010111000011101100001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4B9; }

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

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

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

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

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

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

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

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