Html Css Color HEX #DAD555 Manz

📋 copy color: '#DAD555'

red 218 ◦ green 213 ◦ blue 85

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

Shades of Manz #DAD555

Tints of Manz #DAD555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.47%

R = 42.25%
G = 41.28%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAD555 (or 0xDAD555) is known color: Manz. HEX triplet: DA, D5 and 55. RGB value is (218,213,85). Sum of RGB (Red+Green+Blue) = 218+213+85=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD555 is #252AAA. Grayscale: #C8C8C8. Windows color (decimal): -2435755 or 5625306. OLE color: 5625306.

HSL color Cylindrical-coordinate representation of color #DAD555: hue angle of 57.74º 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 #DAD555 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 85 -
CMYK 0 0.02 0.61 0.15
HSL 57.74º 0.64% 0.59% -
HSV(B) 57.74º 0.61% 0.85% -
XYZ 54.35 63.15 17.92 -
YUV 199.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 218 213 85 0 0.02 0.61 0.15 57.74 0.64 0.59
Hex DA D5 55 0 2 3D F 3A 40 3B
Octal 332 325 125 0 2 75 17 72 100 73
Binary 11011010 11010101 1010101 0 10 111101 1111 111010 1000000 111011

Color Harmonies of #DAD555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD555

Black with #DAD555

Text Example


Text Example

White with #DAD555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD555; }

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

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

background-color css

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

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

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

border-color css

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

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

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