Html Css Color HEX #DAD25D Manz

📋 copy color: '#DAD25D'

red 218 ◦ green 210 ◦ blue 93

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

Shades of Manz #DAD25D

Tints of Manz #DAD25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.31%

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

R = 41.84%
G = 40.31%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAD25D (or 0xDAD25D) is known color: Manz. HEX triplet: DA, D2 and 5D. RGB value is (218,210,93). Sum of RGB (Red+Green+Blue) = 218+210+93=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD25D is #252DA2. Grayscale: #C7C7C7. Windows color (decimal): -2436515 or 6148826. OLE color: 6148826.

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

Color convert

RGB 218 210 93 -
CMYK 0 0.04 0.57 0.15
HSL 56.16º 0.63% 0.61% -
HSV(B) 56.16º 0.57% 0.85% -
XYZ 53.94 61.79 19.44 -
YUV 199.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 218 210 93 0 0.04 0.57 0.15 56.16 0.63 0.61
Hex DA D2 5D 0 4 39 F 38 3F 3D
Octal 332 322 135 0 4 71 17 70 77 75
Binary 11011010 11010010 1011101 0 100 111001 1111 111000 111111 111101

Color Harmonies of #DAD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD25D

Black with #DAD25D

Text Example


Text Example

White with #DAD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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