#DCD5BE

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

Shades of Wheatfield #DCD5BE

Tints of Wheatfield #DCD5BE

Color information

#DCD5BE (or 0xDCD5BE) is unknown color: approx Wheatfield. HEX triplet: DC, D5 and BE. RGB value is (220,213,190). Sum of RGB (Red+Green+Blue) = 220+213+190=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5BE is #232A41. Grayscale: #D4D4D4. Windows color (decimal): -2304578 or 12506588. OLE color: 12506588.

HSL color Cylindrical-coordinate representation of color #DCD5BE: hue angle of 46º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD5BE is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220213190-
CMYK00.030.140.14
HSL46º30%80.39%-
HSV(B)46º13.64%86.27%-
XYZ62.666.5258.26-
YUV212.47115.32133.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 213 (83.59% from 255) = 34.19%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=35.31%
G=34.19%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021319000.030.140.14463080.39
HexDCD5BE03EE2e1e50
Octal3343252760316165636120
Binary11011100110101011011111001111101110101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5BE; }

 p { color: rgb(220,213,190); }

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

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

 a { background-color: rgb(220,213,190); }

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

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

 span { border-color: rgb(220,213,190); }

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