#DADA4B

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

Shades of Manz #DADA4B

Tints of Manz #DADA4B

Color information

#DADA4B (or 0xDADA4B) is unknown color: approx Manz. HEX triplet: DA, DA and 4B. RGB value is (218,218,75). Sum of RGB (Red+Green+Blue) = 218+218+75=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA4B is #2525B4. Grayscale: #CACACA. Windows color (decimal): -2434485 or 4971226. OLE color: 4971226.

HSL color Cylindrical-coordinate representation of color #DADA4B: hue angle of 60º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DADA4B is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21821875-
CMYK000.660.15
HSL60º65.9%57.45%-
HSV(B)60º65.6%85.49%-
XYZ55.2565.5616.4-
YUV201.756.5139.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 218 (85.55% from 255) = 42.66%
BLUE value IS 75 (29.69% from 255) = 14.68%
R=42.66%
G=42.66%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821875000.660.156065.957.45
HexDADA4B0042F3c4239
Octal33233211300102177410271
Binary1101101011011010100101100100001011111111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA4B; }

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

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

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

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

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

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

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

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