#DBD5B9

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

Shades of Wheatfield #DBD5B9

Tints of Wheatfield #DBD5B9

Color information

#DBD5B9 (or 0xDBD5B9) is unknown color: approx Wheatfield. HEX triplet: DB, D5 and B9. RGB value is (219,213,185). Sum of RGB (Red+Green+Blue) = 219+213+185=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5B9 is #242A46. Grayscale: #D3D3D3. Windows color (decimal): -2370119 or 12178907. OLE color: 12178907.

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

Color convert

RGB219213185-
CMYK00.030.160.14
HSL49.41º32.08%79.22%-
HSV(B)49.41º15.53%85.88%-
XYZ61.7666.1555.41-
YUV211.6112.99133.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 213 (83.59% from 255) = 34.52%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=35.49%
G=34.52%
B=29.98%

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
Decimal21921318500.030.160.1449.4132.0879.22
HexDBD5B90310E31204f
Octal3333252710320166140117
Binary1101101111010101101110010111000011101100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5B9; }

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

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

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

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

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

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

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

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