#DBD4BE

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

Shades of Wheatfield #DBD4BE

Tints of Wheatfield #DBD4BE

Color information

#DBD4BE (or 0xDBD4BE) is unknown color: approx Wheatfield. HEX triplet: DB, D4 and BE. RGB value is (219,212,190). Sum of RGB (Red+Green+Blue) = 219+212+190=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4BE is #242B41. Grayscale: #D3D3D3. Windows color (decimal): -2370370 or 12506331. OLE color: 12506331.

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

Color convert

RGB219212190-
CMYK00.030.130.14
HSL45.52º28.71%80.2%-
HSV(B)45.52º13.24%85.88%-
XYZ62.0565.8658.16-
YUV211.58115.82133.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 212 (83.20% from 255) = 34.14%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=35.27%
G=34.14%
B=30.60%

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
Decimal21921219000.030.130.1445.5228.7180.2
HexDBD4BE03DE2e1d50
Octal3333242760315165635120
Binary11011011110101001011111001111011110101110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4BE; }

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

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

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

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

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

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

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

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