Html Css Color HEX #D1DB50 Manz

📋 copy color: '#D1DB50'

red 209 ◦ green 219 ◦ blue 80

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

Shades of Manz #D1DB50

Tints of Manz #D1DB50

RGB

 RED value IS 209 (82.03% from 255) = 41.14%

 GREEN value IS 219 (85.94% from 255) = 43.11%

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

R = 41.14%
G = 43.11%
B = 15.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#D1DB50 (or 0xD1DB50) is known color: Manz. HEX triplet: D1, DB and 50. RGB value is (209,219,80). Sum of RGB (Red+Green+Blue) = 209+219+80=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB50 is #2E24AF. Grayscale: #C8C8C8. Windows color (decimal): -3024048 or 5299153. OLE color: 5299153.

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

Color convert

RGB 209 219 80 -
CMYK 0.05 0 0.63 0.14
HSL 64.32º 0.66% 0.59% -
HSV(B) 64.32º 0.63% 0.86% -
XYZ 53.07 64.8 17.3 -
YUV 200.16 60.19 134.3 -
System Red Green Blue C M Y K H S L
Decimal 209 219 80 0.05 0 0.63 0.14 64.32 0.66 0.59
Hex D1 DB 50 5 0 3F E 40 42 3B
Octal 321 333 120 5 0 77 16 100 102 73
Binary 11010001 11011011 1010000 101 0 111111 1110 1000000 1000010 111011

Color Harmonies of #D1DB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DB50

Black with #D1DB50

Text Example


Text Example

White with #D1DB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DB50; }

 p { color: rgb(209,219,80); }

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

background-color css

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

 a { background-color: rgb(209,219,80); }

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

border-color css

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

 span { border-color: rgb(209,219,80); }

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