Html Css Color HEX #DAD352 Manz

📋 copy color: '#DAD352'

red 218 ◦ green 211 ◦ blue 82

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

Shades of Manz #DAD352

Tints of Manz #DAD352

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.29%

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

R = 42.66%
G = 41.29%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAD352 (or 0xDAD352) is known color: Manz. HEX triplet: DA, D3 and 52. RGB value is (218,211,82). Sum of RGB (Red+Green+Blue) = 218+211+82=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD352 is #252CAD. Grayscale: #C6C6C6. Windows color (decimal): -2436270 or 5428186. OLE color: 5428186.

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

Color convert

RGB 218 211 82 -
CMYK 0 0.03 0.62 0.15
HSL 56.91º 0.65% 0.59% -
HSV(B) 56.91º 0.62% 0.85% -
XYZ 53.73 62.1 17.14 -
YUV 198.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 218 211 82 0 0.03 0.62 0.15 56.91 0.65 0.59
Hex DA D3 52 0 3 3E F 39 41 3B
Octal 332 323 122 0 3 76 17 71 101 73
Binary 11011010 11010011 1010010 0 11 111110 1111 111001 1000001 111011

Color Harmonies of #DAD352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD352

Black with #DAD352

Text Example


Text Example

White with #DAD352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD352; }

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

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

background-color css

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

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

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

border-color css

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

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

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