#DADC4B

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

Shades of Manz #DADC4B

Tints of Manz #DADC4B

Color information

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

HSL color Cylindrical-coordinate representation of color #DADC4B: hue angle of 60.83º 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 #DADC4B is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB21822075-
CMYK0.0100.660.14
HSL60.83º67.44%57.84%-
HSV(B)60.83º65.91%86.27%-
XYZ55.7866.616.57-
YUV202.8755.84138.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218220750.0100.660.1460.8367.4457.84
HexDADC4B1042E3d433a
Octal33233411310102167510372
Binary1101101011011100100101110100001011101111011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC4B; }

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

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

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

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

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

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

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

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