Html Css Color HEX #DAD260 Manz

📋 copy color: '#DAD260'

red 218 ◦ green 210 ◦ blue 96

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

Shades of Manz #DAD260

Tints of Manz #DAD260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.32%

R = 41.6%
G = 40.08%
B = 18.32%

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

#DAD260 (or 0xDAD260) is known color: Manz. HEX triplet: DA, D2 and 60. RGB value is (218,210,96). Sum of RGB (Red+Green+Blue) = 218+210+96=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD260 is #252D9F. Grayscale: #C7C7C7. Windows color (decimal): -2436512 or 6345434. OLE color: 6345434.

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

Color convert

RGB 218 210 96 -
CMYK 0 0.04 0.56 0.15
HSL 56.07º 0.62% 0.62% -
HSV(B) 56.07º 0.56% 0.85% -
XYZ 54.07 61.84 20.15 -
YUV 199.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 218 210 96 0 0.04 0.56 0.15 56.07 0.62 0.62
Hex DA D2 60 0 4 38 F 38 3E 3E
Octal 332 322 140 0 4 70 17 70 76 76
Binary 11011010 11010010 1100000 0 100 111000 1111 111000 111110 111110

Color Harmonies of #DAD260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD260

Black with #DAD260

Text Example


Text Example

White with #DAD260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD260; }

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

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

background-color css

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

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

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

border-color css

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

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

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