Html Css Color HEX #D5D650 Manz

📋 copy color: '#D5D650'

red 213 ◦ green 214 ◦ blue 80

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

Shades of Manz #D5D650

Tints of Manz #D5D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

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

R = 42.01%
G = 42.21%
B = 15.78%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5D650 (or 0xD5D650) is known color: Manz. HEX triplet: D5, D6 and 50. RGB value is (213,214,80). Sum of RGB (Red+Green+Blue) = 213+214+80=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D650 is #2A29AF. Grayscale: #C6C6C6. Windows color (decimal): -2763184 or 5297877. OLE color: 5297877.

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

Color convert

RGB 213 214 80 -
CMYK 0.00 0 0.63 0.16
HSL 60.45º 0.62% 0.58% -
HSV(B) 60.45º 0.63% 0.84% -
XYZ 52.94 62.82 16.92 -
YUV 198.43 61.17 138.4 -
System Red Green Blue C M Y K H S L
Decimal 213 214 80 0.00 0 0.63 0.16 60.45 0.62 0.58
Hex D5 D6 50 0 0 3F 10 3C 3E 3A
Octal 325 326 120 0 0 77 20 74 76 72
Binary 11010101 11010110 1010000 0 0 111111 10000 111100 111110 111010

Color Harmonies of #D5D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D650

Black with #D5D650

Text Example


Text Example

White with #D5D650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D650; }

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

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

background-color css

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

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

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

border-color css

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

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

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