Html Css Color HEX #D9D450 Manz

📋 copy color: '#D9D450'

red 217 ◦ green 212 ◦ blue 80

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

Shades of Manz #D9D450

Tints of Manz #D9D450

RGB

 RED value IS 217 (85.16% from 255) = 42.63%

 GREEN value IS 212 (83.2% from 255) = 41.65%

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

R = 42.63%
G = 41.65%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D9D450 (or 0xD9D450) is known color: Manz. HEX triplet: D9, D4 and 50. RGB value is (217,212,80). Sum of RGB (Red+Green+Blue) = 217+212+80=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D450 is #262BAF. Grayscale: #C6C6C6. Windows color (decimal): -2501552 or 5297369. OLE color: 5297369.

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

Color convert

RGB 217 212 80 -
CMYK 0 0.02 0.63 0.15
HSL 57.81º 0.64% 0.58% -
HSV(B) 57.81º 0.63% 0.85% -
XYZ 53.61 62.42 16.81 -
YUV 198.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 217 212 80 0 0.02 0.63 0.15 57.81 0.64 0.58
Hex D9 D4 50 0 2 3F F 3A 40 3A
Octal 331 324 120 0 2 77 17 72 100 72
Binary 11011001 11010100 1010000 0 10 111111 1111 111010 1000000 111010

Color Harmonies of #D9D450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D450

Black with #D9D450

Text Example


Text Example

White with #D9D450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D450; }

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

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

background-color css

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

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

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

border-color css

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

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

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