Html Css Color HEX #DAD258 Manz

📋 copy color: '#DAD258'

red 218 ◦ green 210 ◦ blue 88

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

Shades of Manz #DAD258

Tints of Manz #DAD258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.05%

R = 42.25%
G = 40.7%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAD258 (or 0xDAD258) is known color: Manz. HEX triplet: DA, D2 and 58. RGB value is (218,210,88). Sum of RGB (Red+Green+Blue) = 218+210+88=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD258 is #252DA7. Grayscale: #C6C6C6. Windows color (decimal): -2436520 or 5821146. OLE color: 5821146.

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

Color convert

RGB 218 210 88 -
CMYK 0 0.04 0.60 0.15
HSL 56.31º 0.64% 0.6% -
HSV(B) 56.31º 0.6% 0.85% -
XYZ 53.72 61.7 18.31 -
YUV 198.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 218 210 88 0 0.04 0.60 0.15 56.31 0.64 0.6
Hex DA D2 58 0 4 3C F 38 40 3C
Octal 332 322 130 0 4 74 17 70 100 74
Binary 11011010 11010010 1011000 0 100 111100 1111 111000 1000000 111100

Color Harmonies of #DAD258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD258

Black with #DAD258

Text Example


Text Example

White with #DAD258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD258; }

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

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

background-color css

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

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

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

border-color css

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

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

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