Html Css Color HEX #D8D650 Manz

📋 copy color: '#D8D650'

red 216 ◦ green 214 ◦ blue 80

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

Shades of Manz #D8D650

Tints of Manz #D8D650

RGB

 RED value IS 216 (84.77% from 255) = 42.35%

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

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

R = 42.35%
G = 41.96%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8D650 (or 0xD8D650) is known color: Manz. HEX triplet: D8, D6 and 50. RGB value is (216,214,80). Sum of RGB (Red+Green+Blue) = 216+214+80=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D650 is #2729AF. Grayscale: #C7C7C7. Windows color (decimal): -2566576 or 5297880. OLE color: 5297880.

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

Color convert

RGB 216 214 80 -
CMYK 0 0.01 0.63 0.15
HSL 59.12º 0.64% 0.58% -
HSV(B) 59.12º 0.63% 0.85% -
XYZ 53.81 63.27 16.97 -
YUV 199.32 60.66 139.9 -
System Red Green Blue C M Y K H S L
Decimal 216 214 80 0 0.01 0.63 0.15 59.12 0.64 0.58
Hex D8 D6 50 0 1 3F F 3B 40 3A
Octal 330 326 120 0 1 77 17 73 100 72
Binary 11011000 11010110 1010000 0 1 111111 1111 111011 1000000 111010

Color Harmonies of #D8D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D650

Black with #D8D650

Text Example


Text Example

White with #D8D650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D650; }

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

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

background-color css

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

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

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

border-color css

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

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

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