#DBD6C3

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

Shades of Wheatfield #DBD6C3

Tints of Wheatfield #DBD6C3

Color information

#DBD6C3 (or 0xDBD6C3) is unknown color: approx Wheatfield. HEX triplet: DB, D6 and C3. RGB value is (219,214,195). Sum of RGB (Red+Green+Blue) = 219+214+195=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6C3 is #24293C. Grayscale: #D5D5D5. Windows color (decimal): -2369853 or 12834523. OLE color: 12834523.

HSL color Cylindrical-coordinate representation of color #DBD6C3: hue angle of 47.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD6C3 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219214195-
CMYK00.020.110.14
HSL47.5º25%81.18%-
HSV(B)47.5º10.96%85.88%-
XYZ63.1167.0961.25-
YUV213.33117.66132.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 214 (83.98% from 255) = 34.08%
BLUE value IS 195 (76.56% from 255) = 31.05%
R=34.87%
G=34.08%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921419500.020.110.1447.52581.18
HexDBD6C302BE301951
Octal3333263030213166031121
Binary11011011110101101100001101010111110110000110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6C3; }

 p { color: rgb(219,214,195); }

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

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

 a { background-color: rgb(219,214,195); }

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

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

 span { border-color: rgb(219,214,195); }

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