Html Css Color HEX #DADD57 Manz

📋 copy color: '#DADD57'

red 218 ◦ green 221 ◦ blue 87

#DADD57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DADD57

Tints of Manz #DADD57

RGB

 RED value IS 218 (85.55% from 255) = 41.44%

 GREEN value IS 221 (86.72% from 255) = 42.02%

 BLUE value IS 87 (34.38% from 255) = 16.54%

R = 41.44%
G = 42.02%
B = 16.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DADD57 (or 0xDADD57) is known color: Manz. HEX triplet: DA, DD and 57. RGB value is (218,221,87). Sum of RGB (Red+Green+Blue) = 218+221+87=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD57 is #2522A8. Grayscale: #CDCDCD. Windows color (decimal): -2433705 or 5758426. OLE color: 5758426.

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

Color convert

RGB 218 221 87 -
CMYK 0.01 0 0.61 0.13
HSL 61.34º 0.66% 0.6% -
HSV(B) 61.34º 0.61% 0.87% -
XYZ 56.49 67.31 19.03 -
YUV 204.83 61.51 137.4 -
System Red Green Blue C M Y K H S L
Decimal 218 221 87 0.01 0 0.61 0.13 61.34 0.66 0.6
Hex DA DD 57 1 0 3D D 3D 42 3C
Octal 332 335 127 1 0 75 15 75 102 74
Binary 11011010 11011101 1010111 1 0 111101 1101 111101 1000010 111100

Color Harmonies of #DADD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD57

Black with #DADD57

Text Example


Text Example

White with #DADD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD57; }

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

 H1.HeaderClassName
 {
   color: #DADD57;
 }
 .AnyTagClassName
 {
   color: #DADD57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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