#DCD6BC

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

Shades of Wheatfield #DCD6BC

Tints of Wheatfield #DCD6BC

Color information

#DCD6BC (or 0xDCD6BC) is unknown color: approx Wheatfield. HEX triplet: DC, D6 and BC. RGB value is (220,214,188). Sum of RGB (Red+Green+Blue) = 220+214+188=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6BC is #232943. Grayscale: #D4D4D4. Windows color (decimal): -2304324 or 12375772. OLE color: 12375772.

HSL color Cylindrical-coordinate representation of color #DCD6BC: 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 #DCD6BC is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220214188-
CMYK00.030.150.14
HSL48.75º31.37%80%-
HSV(B)48.75º14.55%86.27%-
XYZ62.6466.9457.2-
YUV212.83113.99133.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 214 (83.98% from 255) = 34.41%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=35.37%
G=34.41%
B=30.23%

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
Decimal22021418800.030.150.1448.7531.3780
HexDCD6BC03FE311f50
Octal3343262740317166137120
Binary11011100110101101011110001111111110110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6BC; }

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

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

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

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

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

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

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

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