Html Css Color HEX #DAD75D Manz

📋 copy color: '#DAD75D'

red 218 ◦ green 215 ◦ blue 93

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

Shades of Manz #DAD75D

Tints of Manz #DAD75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.87%

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

R = 41.44%
G = 40.87%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAD75D (or 0xDAD75D) is known color: Manz. HEX triplet: DA, D7 and 5D. RGB value is (218,215,93). Sum of RGB (Red+Green+Blue) = 218+215+93=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD75D is #2528A2. Grayscale: #CACACA. Windows color (decimal): -2435235 or 6150106. OLE color: 6150106.

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

Color convert

RGB 218 215 93 -
CMYK 0 0.01 0.57 0.15
HSL 58.56º 0.63% 0.61% -
HSV(B) 58.56º 0.57% 0.85% -
XYZ 55.19 64.3 19.86 -
YUV 201.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 218 215 93 0 0.01 0.57 0.15 58.56 0.63 0.61
Hex DA D7 5D 0 1 39 F 3B 3F 3D
Octal 332 327 135 0 1 71 17 73 77 75
Binary 11011010 11010111 1011101 0 1 111001 1111 111011 111111 111101

Color Harmonies of #DAD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD75D

Black with #DAD75D

Text Example


Text Example

White with #DAD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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