#DCD5B9

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

Shades of Wheatfield #DCD5B9

Tints of Wheatfield #DCD5B9

Color information

#DCD5B9 (or 0xDCD5B9) is unknown color: approx Wheatfield. HEX triplet: DC, D5 and B9. RGB value is (220,213,185). Sum of RGB (Red+Green+Blue) = 220+213+185=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5B9 is #232A46. Grayscale: #D4D4D4. Windows color (decimal): -2304583 or 12178908. OLE color: 12178908.

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

Color convert

RGB220213185-
CMYK00.030.160.14
HSL48º33.33%79.41%-
HSV(B)48º15.91%86.27%-
XYZ62.0766.3155.43-
YUV211.9112.82133.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 185 (72.66% from 255) = 29.94%
R=35.60%
G=34.47%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021318500.030.160.144833.3379.41
HexDCD5B90310E30214f
Octal3343252710320166041117
Binary1101110011010101101110010111000011101100001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5B9; }

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

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

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

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

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

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

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

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