#DCB47A

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

Shades of Maize #DCB47A

Tints of Maize #DCB47A

Color information

#DCB47A (or 0xDCB47A) is unknown color: approx Maize. HEX triplet: DC, B4 and 7A. RGB value is (220,180,122). Sum of RGB (Red+Green+Blue) = 220+180+122=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB47A is #234B85. Grayscale: #B9B9B9. Windows color (decimal): -2313094 or 8041692. OLE color: 8041692.

HSL color Cylindrical-coordinate representation of color #DCB47A: hue angle of 35.51º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCB47A is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220180122-
CMYK00.180.450.14
HSL35.51º58.33%67.06%-
HSV(B)35.51º44.55%86.27%-
XYZ49.3549.2625.32-
YUV185.3592.25152.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 122 (48.05% from 255) = 23.37%
R=42.15%
G=34.48%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018012200.180.450.1435.5158.3367.06
HexDCB47A0122DE243a43
Octal33426417202255164472103
Binary1101110010110100111101001001010110111101001001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB47A; }

 p { color: rgb(220,180,122); }

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

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

 a { background-color: rgb(220,180,122); }

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

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

 span { border-color: rgb(220,180,122); }

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