Html Css Color HEX #D6D558 Manz

📋 copy color: '#D6D558'

red 214 ◦ green 213 ◦ blue 88

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

Shades of Manz #D6D558

Tints of Manz #D6D558

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.36%

 BLUE value IS 88 (34.77% from 255) = 17.09%

R = 41.55%
G = 41.36%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6D558 (or 0xD6D558) is known color: Manz. HEX triplet: D6, D5 and 58. RGB value is (214,213,88). Sum of RGB (Red+Green+Blue) = 214+213+88=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D558 is #292AA7. Grayscale: #C7C7C7. Windows color (decimal): -2697896 or 5821910. OLE color: 5821910.

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

Color convert

RGB 214 213 88 -
CMYK 0 0.00 0.59 0.16
HSL 59.52º 0.61% 0.59% -
HSV(B) 59.52º 0.59% 0.84% -
XYZ 53.29 62.59 18.5 -
YUV 199.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 214 213 88 0 0.00 0.59 0.16 59.52 0.61 0.59
Hex D6 D5 58 0 0 3B 10 3C 3D 3B
Octal 326 325 130 0 0 73 20 74 75 73
Binary 11010110 11010101 1011000 0 0 111011 10000 111100 111101 111011

Color Harmonies of #D6D558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D558

Black with #D6D558

Text Example


Text Example

White with #D6D558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D558; }

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

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

background-color css

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

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

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

border-color css

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

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

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