Html Css Color HEX #DAD25B Manz

📋 copy color: '#DAD25B'

red 218 ◦ green 210 ◦ blue 91

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

Shades of Manz #DAD25B

Tints of Manz #DAD25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.53%

R = 42%
G = 40.46%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAD25B (or 0xDAD25B) is known color: Manz. HEX triplet: DA, D2 and 5B. RGB value is (218,210,91). Sum of RGB (Red+Green+Blue) = 218+210+91=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD25B is #252DA4. Grayscale: #C7C7C7. Windows color (decimal): -2436517 or 6017754. OLE color: 6017754.

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

Color convert

RGB 218 210 91 -
CMYK 0 0.04 0.58 0.15
HSL 56.22º 0.63% 0.61% -
HSV(B) 56.22º 0.58% 0.85% -
XYZ 53.85 61.75 18.98 -
YUV 198.83 67.15 141.68 -
System Red Green Blue C M Y K H S L
Decimal 218 210 91 0 0.04 0.58 0.15 56.22 0.63 0.61
Hex DA D2 5B 0 4 3A F 38 3F 3D
Octal 332 322 133 0 4 72 17 70 77 75
Binary 11011010 11010010 1011011 0 100 111010 1111 111000 111111 111101

Color Harmonies of #DAD25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD25B

Black with #DAD25B

Text Example


Text Example

White with #DAD25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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