#DCD6C1

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

Shades of Wheatfield #DCD6C1

Tints of Wheatfield #DCD6C1

Color information

#DCD6C1 (or 0xDCD6C1) is unknown color: approx Wheatfield. HEX triplet: DC, D6 and C1. RGB value is (220,214,193). Sum of RGB (Red+Green+Blue) = 220+214+193=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6C1 is #23293E. Grayscale: #D5D5D5. Windows color (decimal): -2304319 or 12703452. OLE color: 12703452.

HSL color Cylindrical-coordinate representation of color #DCD6C1: hue angle of 46.67º degrees, saturation: 0.28, 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 #DCD6C1 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB220214193-
CMYK00.030.120.14
HSL46.67º27.84%80.98%-
HSV(B)46.67º12.27%86.27%-
XYZ63.1967.1660.08-
YUV213.4116.49132.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 214 (83.98% from 255) = 34.13%
BLUE value IS 193 (75.78% from 255) = 30.78%
R=35.09%
G=34.13%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021419300.030.120.1446.6727.8480.98
HexDCD6C103CE2f1c51
Octal3343263010314165734121
Binary11011100110101101100000101111001110101111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6C1; }

 p { color: rgb(220,214,193); }

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

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

 a { background-color: rgb(220,214,193); }

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

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

 span { border-color: rgb(220,214,193); }

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