Html Css Color HEX #DAD261 Manz

📋 copy color: '#DAD261'

red 218 ◦ green 210 ◦ blue 97

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

Shades of Manz #DAD261

Tints of Manz #DAD261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.48%

R = 41.52%
G = 40%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAD261 (or 0xDAD261) is known color: Manz. HEX triplet: DA, D2 and 61. RGB value is (218,210,97). Sum of RGB (Red+Green+Blue) = 218+210+97=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD261 is #252D9E. Grayscale: #C7C7C7. Windows color (decimal): -2436511 or 6410970. OLE color: 6410970.

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

Color convert

RGB 218 210 97 -
CMYK 0 0.04 0.56 0.15
HSL 56.03º 0.62% 0.62% -
HSV(B) 56.03º 0.56% 0.85% -
XYZ 54.12 61.86 20.4 -
YUV 199.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 218 210 97 0 0.04 0.56 0.15 56.03 0.62 0.62
Hex DA D2 61 0 4 38 F 38 3E 3E
Octal 332 322 141 0 4 70 17 70 76 76
Binary 11011010 11010010 1100001 0 100 111000 1111 111000 111110 111110

Color Harmonies of #DAD261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD261

Black with #DAD261

Text Example


Text Example

White with #DAD261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD261; }

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

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

background-color css

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

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

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

border-color css

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

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

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