Html Css Color HEX #D6D650 Manz

📋 copy color: '#D6D650'

red 214 ◦ green 214 ◦ blue 80

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

Shades of Manz #D6D650

Tints of Manz #D6D650

RGB

 RED value IS 214 (83.98% from 255) = 42.13%

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

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

R = 42.13%
G = 42.13%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6D650 (or 0xD6D650) is known color: Manz. HEX triplet: D6, D6 and 50. RGB value is (214,214,80). Sum of RGB (Red+Green+Blue) = 214+214+80=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D650 is #2929AF. Grayscale: #C7C7C7. Windows color (decimal): -2697648 or 5297878. OLE color: 5297878.

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

Color convert

RGB 214 214 80 -
CMYK 0 0 0.63 0.16
HSL 60º 0.62% 0.58% -
HSV(B) 60º 0.63% 0.84% -
XYZ 53.23 62.97 16.94 -
YUV 198.72 61 138.9 -
System Red Green Blue C M Y K H S L
Decimal 214 214 80 0 0 0.63 0.16 60 0.62 0.58
Hex D6 D6 50 0 0 3F 10 3C 3E 3A
Octal 326 326 120 0 0 77 20 74 76 72
Binary 11010110 11010110 1010000 0 0 111111 10000 111100 111110 111010

Color Harmonies of #D6D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D650

Black with #D6D650

Text Example


Text Example

White with #D6D650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D650; }

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

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

background-color css

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

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

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

border-color css

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

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

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