Html Css Color HEX #DAD750 Manz

📋 copy color: '#DAD750'

red 218 ◦ green 215 ◦ blue 80

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

Shades of Manz #DAD750

Tints of Manz #DAD750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.59%

R = 42.5%
G = 41.91%
B = 15.59%

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

#DAD750 (or 0xDAD750) is known color: Manz. HEX triplet: DA, D7 and 50. RGB value is (218,215,80). Sum of RGB (Red+Green+Blue) = 218+215+80=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD750 is #2528AF. Grayscale: #C9C9C9. Windows color (decimal): -2435248 or 5298138. OLE color: 5298138.

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

Color convert

RGB 218 215 80 -
CMYK 0 0.01 0.63 0.15
HSL 58.7º 0.65% 0.58% -
HSV(B) 58.7º 0.63% 0.85% -
XYZ 54.66 64.09 17.08 -
YUV 200.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 218 215 80 0 0.01 0.63 0.15 58.7 0.65 0.58
Hex DA D7 50 0 1 3F F 3B 41 3A
Octal 332 327 120 0 1 77 17 73 101 72
Binary 11011010 11010111 1010000 0 1 111111 1111 111011 1000001 111010

Color Harmonies of #DAD750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD750

Black with #DAD750

Text Example


Text Example

White with #DAD750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD750; }

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

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

background-color css

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

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

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

border-color css

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

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

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