Html Css Color HEX #DAD054 Manz

📋 copy color: '#DAD054'

red 218 ◦ green 208 ◦ blue 84

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

Shades of Manz #DAD054

Tints of Manz #DAD054

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.78%

 BLUE value IS 84 (33.2% from 255) = 16.47%

R = 42.75%
G = 40.78%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAD054 (or 0xDAD054) is known color: Manz. HEX triplet: DA, D0 and 54. RGB value is (218,208,84). Sum of RGB (Red+Green+Blue) = 218+208+84=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD054 is #252FAB. Grayscale: #C5C5C5. Windows color (decimal): -2437036 or 5558490. OLE color: 5558490.

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

Color convert

RGB 218 208 84 -
CMYK 0 0.05 0.61 0.15
HSL 55.52º 0.64% 0.59% -
HSV(B) 55.52º 0.61% 0.85% -
XYZ 53.07 60.66 17.3 -
YUV 196.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 218 208 84 0 0.05 0.61 0.15 55.52 0.64 0.59
Hex DA D0 54 0 5 3D F 38 40 3B
Octal 332 320 124 0 5 75 17 70 100 73
Binary 11011010 11010000 1010100 0 101 111101 1111 111000 1000000 111011

Color Harmonies of #DAD054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD054

Black with #DAD054

Text Example


Text Example

White with #DAD054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD054; }

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

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

background-color css

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

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

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

border-color css

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

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

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