#DCD5C0

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

Shades of Wheatfield #DCD5C0

Tints of Wheatfield #DCD5C0

Color information

#DCD5C0 (or 0xDCD5C0) is unknown color: approx Wheatfield. HEX triplet: DC, D5 and C0. RGB value is (220,213,192). Sum of RGB (Red+Green+Blue) = 220+213+192=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5C0 is #232A3F. Grayscale: #D4D4D4. Windows color (decimal): -2304576 or 12637660. OLE color: 12637660.

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

Color convert

RGB220213192-
CMYK00.030.130.14
HSL45º28.57%80.78%-
HSV(B)45º12.73%86.27%-
XYZ62.8266.6159.42-
YUV212.7116.32133.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 192 (75.39% from 255) = 30.72%
R=35.2%
G=34.08%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021319200.030.130.144528.5780.78
HexDCD5C003DE2d1d51
Octal3343253000315165535121
Binary11011100110101011100000001111011110101101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5C0; }

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

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

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

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

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

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

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

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