#DCD6BB

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

Shades of Wheatfield #DCD6BB

Tints of Wheatfield #DCD6BB

Color information

#DCD6BB (or 0xDCD6BB) is unknown color: approx Wheatfield. HEX triplet: DC, D6 and BB. RGB value is (220,214,187). Sum of RGB (Red+Green+Blue) = 220+214+187=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6BB is #232944. Grayscale: #D4D4D4. Windows color (decimal): -2304325 or 12310236. OLE color: 12310236.

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

Color convert

RGB220214187-
CMYK00.030.150.14
HSL49.09º32.04%79.8%-
HSV(B)49.09º15%86.27%-
XYZ62.5366.956.63-
YUV212.72113.49133.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=35.43%
G=34.46%
B=30.11%

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
Decimal22021418700.030.150.1449.0932.0479.8
HexDCD6BB03FE312050
Octal3343262730317166140120
Binary110111001101011010111011011111111101100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6BB; }

 p { color: rgb(220,214,187); }

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

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

 a { background-color: rgb(220,214,187); }

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

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

 span { border-color: rgb(220,214,187); }

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