Html Css Color HEX #DAD952 Manz

📋 copy color: '#DAD952'

red 218 ◦ green 217 ◦ blue 82

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

Shades of Manz #DAD952

Tints of Manz #DAD952

RGB

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

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

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

R = 42.17%
G = 41.97%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAD952 (or 0xDAD952) is known color: Manz. HEX triplet: DA, D9 and 52. RGB value is (218,217,82). Sum of RGB (Red+Green+Blue) = 218+217+82=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD952 is #2526AD. Grayscale: #CACACA. Windows color (decimal): -2434734 or 5429722. OLE color: 5429722.

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

Color convert

RGB 218 217 82 -
CMYK 0 0.00 0.62 0.15
HSL 59.56º 0.65% 0.59% -
HSV(B) 59.56º 0.62% 0.85% -
XYZ 55.25 65.14 17.64 -
YUV 201.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 218 217 82 0 0.00 0.62 0.15 59.56 0.65 0.59
Hex DA D9 52 0 0 3E F 3C 41 3B
Octal 332 331 122 0 0 76 17 74 101 73
Binary 11011010 11011001 1010010 0 0 111110 1111 111100 1000001 111011

Color Harmonies of #DAD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD952

Black with #DAD952

Text Example


Text Example

White with #DAD952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD952; }

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

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

background-color css

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

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

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

border-color css

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

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

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