#DBD5BB

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

Shades of Wheatfield #DBD5BB

Tints of Wheatfield #DBD5BB

Color information

#DBD5BB (or 0xDBD5BB) is unknown color: approx Wheatfield. HEX triplet: DB, D5 and BB. RGB value is (219,213,187). Sum of RGB (Red+Green+Blue) = 219+213+187=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5BB is #242A44. Grayscale: #D3D3D3. Windows color (decimal): -2370117 or 12309979. OLE color: 12309979.

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

Color convert

RGB219213187-
CMYK00.030.150.14
HSL48.75º30.77%79.61%-
HSV(B)48.75º14.61%85.88%-
XYZ61.9866.2456.53-
YUV211.83113.99133.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=35.38%
G=34.41%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921318700.030.150.1448.7530.7779.61
HexDBD5BB03FE311f50
Octal3333252730317166137120
Binary11011011110101011011101101111111110110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5BB; }

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

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

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

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

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

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

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

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