#DCD5C3

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

Shades of Wheatfield #DCD5C3

Tints of Wheatfield #DCD5C3

Color information

#DCD5C3 (or 0xDCD5C3) is unknown color: approx Wheatfield. HEX triplet: DC, D5 and C3. RGB value is (220,213,195). Sum of RGB (Red+Green+Blue) = 220+213+195=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5C3 is #232A3C. Grayscale: #D5D5D5. Windows color (decimal): -2304573 or 12834268. OLE color: 12834268.

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

Color convert

RGB220213195-
CMYK00.030.110.14
HSL43.2º26.32%81.37%-
HSV(B)43.2º11.36%86.27%-
XYZ63.1666.7461.18-
YUV213.04117.82132.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 195 (76.56% from 255) = 31.05%
R=35.03%
G=33.92%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021319500.030.110.1443.226.3281.37
HexDCD5C303BE2b1a51
Octal3343253030313165332121
Binary11011100110101011100001101110111110101011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5C3; }

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

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

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

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

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

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

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

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