#DADD54

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

Shades of Manz #DADD54

Tints of Manz #DADD54

Color information

#DADD54 (or 0xDADD54) is unknown color: approx Manz. HEX triplet: DA, DD and 54. RGB value is (218,221,84). Sum of RGB (Red+Green+Blue) = 218+221+84=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD54 is #2522AB. Grayscale: #CDCDCD. Windows color (decimal): -2433708 or 5561818. OLE color: 5561818.

HSL color Cylindrical-coordinate representation of color #DADD54: hue angle of 61.31º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DADD54 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB21822184-
CMYK0.0100.620.13
HSL61.31º66.83%59.8%-
HSV(B)61.31º61.99%86.67%-
XYZ56.3767.2618.4-
YUV204.4860.01137.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 84 (33.20% from 255) = 16.06%
R=41.68%
G=42.26%
B=16.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218221840.0100.620.1361.3166.8359.8
HexDADD54103ED3d433c
Octal3323351241076157510374
Binary110110101101110110101001011111011011111011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD54; }

 p { color: rgb(218,221,84); }

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

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

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

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

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

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

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