Html Css Color HEX #D3D950 Manz

📋 copy color: '#D3D950'

red 211 ◦ green 217 ◦ blue 80

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

Shades of Manz #D3D950

Tints of Manz #D3D950

RGB

 RED value IS 211 (82.81% from 255) = 41.54%

 GREEN value IS 217 (85.16% from 255) = 42.72%

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

R = 41.54%
G = 42.72%
B = 15.75%

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

#D3D950 (or 0xD3D950) is known color: Manz. HEX triplet: D3, D9 and 50. RGB value is (211,217,80). Sum of RGB (Red+Green+Blue) = 211+217+80=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D950 is #2C26AF. Grayscale: #C8C8C8. Windows color (decimal): -2893488 or 5298643. OLE color: 5298643.

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

Color convert

RGB 211 217 80 -
CMYK 0.03 0 0.63 0.15
HSL 62.63º 0.64% 0.58% -
HSV(B) 62.63º 0.63% 0.85% -
XYZ 53.12 64.05 17.15 -
YUV 199.59 60.51 136.14 -
System Red Green Blue C M Y K H S L
Decimal 211 217 80 0.03 0 0.63 0.15 62.63 0.64 0.58
Hex D3 D9 50 3 0 3F F 3F 40 3A
Octal 323 331 120 3 0 77 17 77 100 72
Binary 11010011 11011001 1010000 11 0 111111 1111 111111 1000000 111010

Color Harmonies of #D3D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D950

Black with #D3D950

Text Example


Text Example

White with #D3D950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D950; }

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

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

background-color css

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

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

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

border-color css

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

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

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