Html Css Color HEX #DAD15D Manz

📋 copy color: '#DAD15D'

red 218 ◦ green 209 ◦ blue 93

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

Shades of Manz #DAD15D

Tints of Manz #DAD15D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.19%

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

R = 41.92%
G = 40.19%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAD15D (or 0xDAD15D) is known color: Manz. HEX triplet: DA, D1 and 5D. RGB value is (218,209,93). Sum of RGB (Red+Green+Blue) = 218+209+93=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD15D is #252EA2. Grayscale: #C6C6C6. Windows color (decimal): -2436771 or 6148570. OLE color: 6148570.

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

Color convert

RGB 218 209 93 -
CMYK 0 0.04 0.57 0.15
HSL 55.68º 0.63% 0.61% -
HSV(B) 55.68º 0.57% 0.85% -
XYZ 53.69 61.3 19.36 -
YUV 198.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 218 209 93 0 0.04 0.57 0.15 55.68 0.63 0.61
Hex DA D1 5D 0 4 39 F 38 3F 3D
Octal 332 321 135 0 4 71 17 70 77 75
Binary 11011010 11010001 1011101 0 100 111001 1111 111000 111111 111101

Color Harmonies of #DAD15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD15D

Black with #DAD15D

Text Example


Text Example

White with #DAD15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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