Html Css Color HEX #DBD5BE Wheatfield

📋 copy color: '#DBD5BE'

red 219 ◦ green 213 ◦ blue 190

#DBD5BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wheatfield #DBD5BE

Tints of Wheatfield #DBD5BE

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 value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBD5BE (or 0xDBD5BE) is known color: 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

RGB 219 213 190 -
CMYK 0 0.03 0.13 0.14
HSL 47.59º 0.29% 0.8% -
HSV(B) 47.59º 0.13% 0.86% -
XYZ 62.3 66.37 58.24 -
YUV 212.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 219 213 190 0 0.03 0.13 0.14 47.59 0.29 0.8
Hex DB D5 BE 0 3 D E 30 1D 50
Octal 333 325 276 0 3 15 16 60 35 120
Binary 11011011 11010101 10111110 0 11 1101 1110 110000 11101 1010000

Color Harmonies of #DBD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD5BE

Black with #DBD5BE

Text Example


Text Example

White with #DBD5BE

Text Example


Text Example

HTML Codes & Css Web 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>