#DBD6C0

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

Shades of Wheatfield #DBD6C0

Tints of Wheatfield #DBD6C0

Color information

#DBD6C0 (or 0xDBD6C0) is unknown color: approx Wheatfield. HEX triplet: DB, D6 and C0. RGB value is (219,214,192). Sum of RGB (Red+Green+Blue) = 219+214+192=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6C0 is #24293F. Grayscale: #D5D5D5. Windows color (decimal): -2369856 or 12637915. OLE color: 12637915.

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

Color convert

RGB219214192-
CMYK00.020.120.14
HSL48.89º27.27%80.59%-
HSV(B)48.89º12.33%85.88%-
XYZ62.7766.9659.48-
YUV212.99116.16132.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 192 (75.39% from 255) = 30.72%
R=35.04%
G=34.24%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921419200.020.120.1448.8927.2780.59
HexDBD6C002CE311b51
Octal3333263000214166133121
Binary11011011110101101100000001011001110110001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6C0; }

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

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

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

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

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

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

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

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