#DCDA4B

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

Shades of Manz #DCDA4B

Tints of Manz #DCDA4B

Color information

#DCDA4B (or 0xDCDA4B) is unknown color: approx Manz. HEX triplet: DC, DA and 4B. RGB value is (220,218,75). Sum of RGB (Red+Green+Blue) = 220+218+75=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA4B is #2325B4. Grayscale: #CACACA. Windows color (decimal): -2303413 or 4971228. OLE color: 4971228.

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

Color convert

RGB22021875-
CMYK00.010.660.14
HSL59.17º67.44%57.84%-
HSV(B)59.17º65.91%86.27%-
XYZ55.8665.8716.43-
YUV202.356.16140.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 75 (29.69% from 255) = 14.62%
R=42.88%
G=42.50%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202187500.010.660.1459.1767.4457.84
HexDCDA4B0142E3b433a
Octal33433211301102167310372
Binary1101110011011010100101101100001011101110111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA4B; }

 p { color: rgb(220,218,75); }

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

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

 a { background-color: rgb(220,218,75); }

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

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

 span { border-color: rgb(220,218,75); }

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