Html Css Color HEX #DAD558 Manz

📋 copy color: '#DAD558'

red 218 ◦ green 213 ◦ blue 88

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

Shades of Manz #DAD558

Tints of Manz #DAD558

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

 BLUE value IS 88 (34.77% from 255) = 16.96%

R = 42%
G = 41.04%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAD558 (or 0xDAD558) is known color: Manz. HEX triplet: DA, D5 and 58. RGB value is (218,213,88). Sum of RGB (Red+Green+Blue) = 218+213+88=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD558 is #252AA7. Grayscale: #C8C8C8. Windows color (decimal): -2435752 or 5821914. OLE color: 5821914.

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

Color convert

RGB 218 213 88 -
CMYK 0 0.02 0.60 0.15
HSL 57.69º 0.64% 0.6% -
HSV(B) 57.69º 0.6% 0.85% -
XYZ 54.47 63.2 18.56 -
YUV 200.25 64.66 140.66 -
System Red Green Blue C M Y K H S L
Decimal 218 213 88 0 0.02 0.60 0.15 57.69 0.64 0.6
Hex DA D5 58 0 2 3C F 3A 40 3C
Octal 332 325 130 0 2 74 17 72 100 74
Binary 11011010 11010101 1011000 0 10 111100 1111 111010 1000000 111100

Color Harmonies of #DAD558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD558

Black with #DAD558

Text Example


Text Example

White with #DAD558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD558; }

 p { color: rgb(218,213,88); }

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

background-color css

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

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

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

border-color css

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

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

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