Html Css Color HEX #DAD45D Manz

📋 copy color: '#DAD45D'

red 218 ◦ green 212 ◦ blue 93

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

Shades of Manz #DAD45D

Tints of Manz #DAD45D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.54%

 BLUE value IS 93 (36.72% from 255) = 17.78%

R = 41.68%
G = 40.54%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAD45D (or 0xDAD45D) is known color: Manz. HEX triplet: DA, D4 and 5D. RGB value is (218,212,93). Sum of RGB (Red+Green+Blue) = 218+212+93=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD45D is #252BA2. Grayscale: #C8C8C8. Windows color (decimal): -2436003 or 6149338. OLE color: 6149338.

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

Color convert

RGB 218 212 93 -
CMYK 0 0.03 0.57 0.15
HSL 57.12º 0.63% 0.61% -
HSV(B) 57.12º 0.57% 0.85% -
XYZ 54.43 62.78 19.61 -
YUV 200.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 218 212 93 0 0.03 0.57 0.15 57.12 0.63 0.61
Hex DA D4 5D 0 3 39 F 39 3F 3D
Octal 332 324 135 0 3 71 17 71 77 75
Binary 11011010 11010100 1011101 0 11 111001 1111 111001 111111 111101

Color Harmonies of #DAD45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD45D

Black with #DAD45D

Text Example


Text Example

White with #DAD45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD45D; }

 p { color: rgb(218,212,93); }

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

background-color css

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

 a { background-color: rgb(218,212,93); }

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

border-color css

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

 span { border-color: rgb(218,212,93); }

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