Html Css Color HEX #DAD552 Manz

📋 copy color: '#DAD552'

red 218 ◦ green 213 ◦ blue 82

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

Shades of Manz #DAD552

Tints of Manz #DAD552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.98%

R = 42.5%
G = 41.52%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAD552 (or 0xDAD552) is known color: Manz. HEX triplet: DA, D5 and 52. RGB value is (218,213,82). Sum of RGB (Red+Green+Blue) = 218+213+82=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD552 is #252AAD. Grayscale: #C8C8C8. Windows color (decimal): -2435758 or 5428698. OLE color: 5428698.

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

Color convert

RGB 218 213 82 -
CMYK 0 0.02 0.62 0.15
HSL 57.79º 0.65% 0.59% -
HSV(B) 57.79º 0.62% 0.85% -
XYZ 54.23 63.1 17.3 -
YUV 199.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 218 213 82 0 0.02 0.62 0.15 57.79 0.65 0.59
Hex DA D5 52 0 2 3E F 3A 41 3B
Octal 332 325 122 0 2 76 17 72 101 73
Binary 11011010 11010101 1010010 0 10 111110 1111 111010 1000001 111011

Color Harmonies of #DAD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD552

Black with #DAD552

Text Example


Text Example

White with #DAD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD552; }

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

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

background-color css

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

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

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

border-color css

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

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

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