Html Css Color HEX #DAD751 Manz

📋 copy color: '#DAD751'

red 218 ◦ green 215 ◦ blue 81

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

Shades of Manz #DAD751

Tints of Manz #DAD751

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.83%

 BLUE value IS 81 (32.03% from 255) = 15.76%

R = 42.41%
G = 41.83%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAD751 (or 0xDAD751) is known color: Manz. HEX triplet: DA, D7 and 51. RGB value is (218,215,81). Sum of RGB (Red+Green+Blue) = 218+215+81=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD751 is #2528AE. Grayscale: #C9C9C9. Windows color (decimal): -2435247 or 5363674. OLE color: 5363674.

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

Color convert

RGB 218 215 81 -
CMYK 0 0.01 0.63 0.15
HSL 58.69º 0.65% 0.59% -
HSV(B) 58.69º 0.63% 0.85% -
XYZ 54.7 64.1 17.27 -
YUV 200.62 60.49 140.4 -
System Red Green Blue C M Y K H S L
Decimal 218 215 81 0 0.01 0.63 0.15 58.69 0.65 0.59
Hex DA D7 51 0 1 3F F 3B 41 3B
Octal 332 327 121 0 1 77 17 73 101 73
Binary 11011010 11010111 1010001 0 1 111111 1111 111011 1000001 111011

Color Harmonies of #DAD751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD751

Black with #DAD751

Text Example


Text Example

White with #DAD751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD751; }

 p { color: rgb(218,215,81); }

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

background-color css

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

 a { background-color: rgb(218,215,81); }

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

border-color css

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

 span { border-color: rgb(218,215,81); }

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