Html Css Color HEX #D5D750 Manz

📋 copy color: '#D5D750'

red 213 ◦ green 215 ◦ blue 80

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

Shades of Manz #D5D750

Tints of Manz #D5D750

RGB

 RED value IS 213 (83.59% from 255) = 41.93%

 GREEN value IS 215 (84.38% from 255) = 42.32%

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

R = 41.93%
G = 42.32%
B = 15.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5D750 (or 0xD5D750) is known color: Manz. HEX triplet: D5, D7 and 50. RGB value is (213,215,80). Sum of RGB (Red+Green+Blue) = 213+215+80=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D750 is #2A28AF. Grayscale: #C7C7C7. Windows color (decimal): -2762928 or 5298133. OLE color: 5298133.

HSL color Cylindrical-coordinate representation of color #D5D750: hue angle of 60.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5D750 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 215 80 -
CMYK 0.01 0 0.63 0.16
HSL 60.89º 0.63% 0.58% -
HSV(B) 60.89º 0.63% 0.84% -
XYZ 53.19 63.33 17.01 -
YUV 199.01 60.84 137.98 -
System Red Green Blue C M Y K H S L
Decimal 213 215 80 0.01 0 0.63 0.16 60.89 0.63 0.58
Hex D5 D7 50 1 0 3F 10 3D 3F 3A
Octal 325 327 120 1 0 77 20 75 77 72
Binary 11010101 11010111 1010000 1 0 111111 10000 111101 111111 111010

Color Harmonies of #D5D750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D750

Black with #D5D750

Text Example


Text Example

White with #D5D750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D750; }

 p { color: rgb(213,215,80); }

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

background-color css

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

 a { background-color: rgb(213,215,80); }

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

border-color css

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

 span { border-color: rgb(213,215,80); }

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