Html Css Color HEX #D6D751 Manz

📋 copy color: '#D6D751'

red 214 ◦ green 215 ◦ blue 81

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

Shades of Manz #D6D751

Tints of Manz #D6D751

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

 BLUE value IS 81 (32.03% from 255) = 15.88%

R = 41.96%
G = 42.16%
B = 15.88%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D6D751 (or 0xD6D751) is known color: Manz. HEX triplet: D6, D7 and 51. RGB value is (214,215,81). Sum of RGB (Red+Green+Blue) = 214+215+81=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 81 (32.03% from 255 or 15.88% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D751 is #2928AE. Grayscale: #C7C7C7. Windows color (decimal): -2697391 or 5363670. OLE color: 5363670.

HSL color Cylindrical-coordinate representation of color #D6D751: hue angle of 60.45º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6D751 is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 215 81 -
CMYK 0.00 0 0.62 0.16
HSL 60.45º 0.63% 0.58% -
HSV(B) 60.45º 0.62% 0.84% -
XYZ 53.52 63.49 17.22 -
YUV 199.43 61.17 138.4 -
System Red Green Blue C M Y K H S L
Decimal 214 215 81 0.00 0 0.62 0.16 60.45 0.63 0.58
Hex D6 D7 51 0 0 3E 10 3C 3F 3A
Octal 326 327 121 0 0 76 20 74 77 72
Binary 11010110 11010111 1010001 0 0 111110 10000 111100 111111 111010

Color Harmonies of #D6D751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D751

Black with #D6D751

Text Example


Text Example

White with #D6D751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D751; }

 p { color: rgb(214,215,81); }

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

background-color css

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

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

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

border-color css

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

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

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