Html Css Color HEX #D6D356 Manz

📋 copy color: '#D6D356'

red 214 ◦ green 211 ◦ blue 86

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

Shades of Manz #D6D356

Tints of Manz #D6D356

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.29%

 BLUE value IS 86 (33.98% from 255) = 16.83%

R = 41.88%
G = 41.29%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6D356 (or 0xD6D356) is known color: Manz. HEX triplet: D6, D3 and 56. RGB value is (214,211,86). Sum of RGB (Red+Green+Blue) = 214+211+86=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D356 is #292CA9. Grayscale: #C6C6C6. Windows color (decimal): -2698410 or 5690326. OLE color: 5690326.

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

Color convert

RGB 214 211 86 -
CMYK 0 0.01 0.60 0.16
HSL 58.59º 0.61% 0.59% -
HSV(B) 58.59º 0.6% 0.84% -
XYZ 52.71 61.56 17.91 -
YUV 197.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 214 211 86 0 0.01 0.60 0.16 58.59 0.61 0.59
Hex D6 D3 56 0 1 3C 10 3B 3D 3B
Octal 326 323 126 0 1 74 20 73 75 73
Binary 11010110 11010011 1010110 0 1 111100 10000 111011 111101 111011

Color Harmonies of #D6D356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D356

Black with #D6D356

Text Example


Text Example

White with #D6D356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D356; }

 p { color: rgb(214,211,86); }

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

background-color css

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

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

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

border-color css

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

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

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