#DCD7C2

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

Shades of Wheatfield #DCD7C2

Tints of Wheatfield #DCD7C2

Color information

#DCD7C2 (or 0xDCD7C2) is unknown color: approx Wheatfield. HEX triplet: DC, D7 and C2. RGB value is (220,215,194). Sum of RGB (Red+Green+Blue) = 220+215+194=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7C2 is #23283D. Grayscale: #D6D6D6. Windows color (decimal): -2304062 or 12769244. OLE color: 12769244.

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

Color convert

RGB220215194-
CMYK00.020.120.14
HSL48.46º27.08%81.18%-
HSV(B)48.46º11.82%86.27%-
XYZ63.5567.7160.76-
YUV214.1116.66132.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 215 (84.38% from 255) = 34.18%
BLUE value IS 194 (76.17% from 255) = 30.84%
R=34.98%
G=34.18%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021519400.020.120.1448.4627.0881.18
HexDCD7C202CE301b51
Octal3343273020214166033121
Binary11011100110101111100001001011001110110000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7C2; }

 p { color: rgb(220,215,194); }

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

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

 a { background-color: rgb(220,215,194); }

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

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

 span { border-color: rgb(220,215,194); }

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