Html Css Color HEX #D7D550 Manz

📋 copy color: '#D7D550'

red 215 ◦ green 213 ◦ blue 80

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

Shades of Manz #D7D550

Tints of Manz #D7D550

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7D550 (or 0xD7D550) is known color: Manz. HEX triplet: D7, D5 and 50. RGB value is (215,213,80). Sum of RGB (Red+Green+Blue) = 215+213+80=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D550 is #282AAF. Grayscale: #C6C6C6. Windows color (decimal): -2632368 or 5297623. OLE color: 5297623.

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

Color convert

RGB 215 213 80 -
CMYK 0 0.01 0.63 0.16
HSL 59.11º 0.63% 0.58% -
HSV(B) 59.11º 0.63% 0.84% -
XYZ 53.27 62.61 16.87 -
YUV 198.44 61.16 139.81 -
System Red Green Blue C M Y K H S L
Decimal 215 213 80 0 0.01 0.63 0.16 59.11 0.63 0.58
Hex D7 D5 50 0 1 3F 10 3B 3F 3A
Octal 327 325 120 0 1 77 20 73 77 72
Binary 11010111 11010101 1010000 0 1 111111 10000 111011 111111 111010

Color Harmonies of #D7D550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D550

Black with #D7D550

Text Example


Text Example

White with #D7D550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D550; }

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

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

background-color css

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

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

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

border-color css

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

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

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