Html Css Color HEX #DAD960 Manz

📋 copy color: '#DAD960'

red 218 ◦ green 217 ◦ blue 96

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

Shades of Manz #DAD960

Tints of Manz #DAD960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.87%

 BLUE value IS 96 (37.89% from 255) = 18.08%

R = 41.05%
G = 40.87%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAD960 (or 0xDAD960) is known color: Manz. HEX triplet: DA, D9 and 60. RGB value is (218,217,96). Sum of RGB (Red+Green+Blue) = 218+217+96=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD960 is #25269F. Grayscale: #CBCBCB. Windows color (decimal): -2434720 or 6347226. OLE color: 6347226.

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

Color convert

RGB 218 217 96 -
CMYK 0 0.00 0.56 0.15
HSL 59.51º 0.62% 0.62% -
HSV(B) 59.51º 0.56% 0.85% -
XYZ 55.84 65.38 20.74 -
YUV 203.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 218 217 96 0 0.00 0.56 0.15 59.51 0.62 0.62
Hex DA D9 60 0 0 38 F 3C 3E 3E
Octal 332 331 140 0 0 70 17 74 76 76
Binary 11011010 11011001 1100000 0 0 111000 1111 111100 111110 111110

Color Harmonies of #DAD960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD960

Black with #DAD960

Text Example


Text Example

White with #DAD960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD960; }

 p { color: rgb(218,217,96); }

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

background-color css

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

 a { background-color: rgb(218,217,96); }

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

border-color css

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

 span { border-color: rgb(218,217,96); }

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