#DCB47D

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

Shades of Maize #DCB47D

Tints of Maize #DCB47D

Color information

#DCB47D (or 0xDCB47D) is unknown color: approx Maize. HEX triplet: DC, B4 and 7D. RGB value is (220,180,125). Sum of RGB (Red+Green+Blue) = 220+180+125=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB47D is #234B82. Grayscale: #B9B9B9. Windows color (decimal): -2313091 or 8238300. OLE color: 8238300.

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

Color convert

RGB220180125-
CMYK00.180.430.14
HSL34.74º57.58%67.65%-
HSV(B)34.74º43.18%86.27%-
XYZ49.5449.3426.31-
YUV185.6993.75152.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=41.90%
G=34.29%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018012500.180.430.1434.7457.5867.65
HexDCB47D0122BE233a44
Octal33426417502253164372104
Binary1101110010110100111110101001010101111101000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB47D; }

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

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

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

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

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

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

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

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