#DBD5BE

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

Shades of Wheatfield #DBD5BE

Tints of Wheatfield #DBD5BE

Color information

#DBD5BE (or 0xDBD5BE) is unknown color: approx Wheatfield. HEX triplet: DB, D5 and BE. RGB value is (219,213,190). Sum of RGB (Red+Green+Blue) = 219+213+190=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5BE is #242A41. Grayscale: #D4D4D4. Windows color (decimal): -2370114 or 12506587. OLE color: 12506587.

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

Color convert

RGB219213190-
CMYK00.030.130.14
HSL47.59º28.71%80.2%-
HSV(B)47.59º13.24%85.88%-
XYZ62.366.3758.24-
YUV212.17115.49132.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=35.21%
G=34.24%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921319000.030.130.1447.5928.7180.2
HexDBD5BE03DE301d50
Octal3333252760315166035120
Binary11011011110101011011111001111011110110000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5BE; }

 p { color: rgb(219,213,190); }

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

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

 a { background-color: rgb(219,213,190); }

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

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

 span { border-color: rgb(219,213,190); }

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