Html Css Color HEX #D9DC50 Manz

📋 copy color: '#D9DC50'

red 217 ◦ green 220 ◦ blue 80

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

Shades of Manz #D9DC50

Tints of Manz #D9DC50

RGB

 RED value IS 217 (85.16% from 255) = 41.97%

 GREEN value IS 220 (86.33% from 255) = 42.55%

 BLUE value IS 80 (31.64% from 255) = 15.47%

R = 41.97%
G = 42.55%
B = 15.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#D9DC50 (or 0xD9DC50) is known color: Manz. HEX triplet: D9, DC and 50. RGB value is (217,220,80). Sum of RGB (Red+Green+Blue) = 217+220+80=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC50 is #2623AF. Grayscale: #CBCBCB. Windows color (decimal): -2499504 or 5299417. OLE color: 5299417.

HSL color Cylindrical-coordinate representation of color #D9DC50: hue angle of 61.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9DC50 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 80 -
CMYK 0.01 0 0.64 0.14
HSL 61.29º 0.67% 0.59% -
HSV(B) 61.29º 0.64% 0.86% -
XYZ 55.66 66.52 17.5 -
YUV 203.14 58.51 137.88 -
System Red Green Blue C M Y K H S L
Decimal 217 220 80 0.01 0 0.64 0.14 61.29 0.67 0.59
Hex D9 DC 50 1 0 40 E 3D 43 3B
Octal 331 334 120 1 0 100 16 75 103 73
Binary 11011001 11011100 1010000 1 0 1000000 1110 111101 1000011 111011

Color Harmonies of #D9DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC50

Black with #D9DC50

Text Example


Text Example

White with #D9DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC50; }

 p { color: rgb(217,220,80); }

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

background-color css

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

 a { background-color: rgb(217,220,80); }

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

border-color css

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

 span { border-color: rgb(217,220,80); }

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