Html Css Color HEX #D1D850 Manz

📋 copy color: '#D1D850'

red 209 ◦ green 216 ◦ blue 80

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

Shades of Manz #D1D850

Tints of Manz #D1D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.77%

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

R = 41.39%
G = 42.77%
B = 15.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D1D850 (or 0xD1D850) is known color: Manz. HEX triplet: D1, D8 and 50. RGB value is (209,216,80). Sum of RGB (Red+Green+Blue) = 209+216+80=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D850 is #2E27AF. Grayscale: #C6C6C6. Windows color (decimal): -3024816 or 5298385. OLE color: 5298385.

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

Color convert

RGB 209 216 80 -
CMYK 0.03 0 0.63 0.15
HSL 63.09º 0.64% 0.58% -
HSV(B) 63.09º 0.63% 0.85% -
XYZ 52.3 63.25 17.04 -
YUV 198.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 209 216 80 0.03 0 0.63 0.15 63.09 0.64 0.58
Hex D1 D8 50 3 0 3F F 3F 40 3A
Octal 321 330 120 3 0 77 17 77 100 72
Binary 11010001 11011000 1010000 11 0 111111 1111 111111 1000000 111010

Color Harmonies of #D1D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D850

Black with #D1D850

Text Example


Text Example

White with #D1D850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D850; }

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

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

background-color css

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

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

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

border-color css

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

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

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