Html Css Color HEX #DAD353 Manz

📋 copy color: '#DAD353'

red 218 ◦ green 211 ◦ blue 83

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

Shades of Manz #DAD353

Tints of Manz #DAD353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.21%

R = 42.58%
G = 41.21%
B = 16.21%

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

#DAD353 (or 0xDAD353) is known color: Manz. HEX triplet: DA, D3 and 53. RGB value is (218,211,83). Sum of RGB (Red+Green+Blue) = 218+211+83=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD353 is #252CAC. Grayscale: #C7C7C7. Windows color (decimal): -2436269 or 5493722. OLE color: 5493722.

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

Color convert

RGB 218 211 83 -
CMYK 0 0.03 0.62 0.15
HSL 56.89º 0.65% 0.59% -
HSV(B) 56.89º 0.62% 0.85% -
XYZ 53.77 62.12 17.34 -
YUV 198.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 218 211 83 0 0.03 0.62 0.15 56.89 0.65 0.59
Hex DA D3 53 0 3 3E F 39 41 3B
Octal 332 323 123 0 3 76 17 71 101 73
Binary 11011010 11010011 1010011 0 11 111110 1111 111001 1000001 111011

Color Harmonies of #DAD353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD353

Black with #DAD353

Text Example


Text Example

White with #DAD353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD353; }

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

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

background-color css

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

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

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

border-color css

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

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

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