Html Css Color HEX #D6DC5E Manz

📋 copy color: '#D6DC5E'

red 214 ◦ green 220 ◦ blue 94

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

Shades of Manz #D6DC5E

Tints of Manz #D6DC5E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

 BLUE value IS 94 (37.11% from 255) = 17.8%

R = 40.53%
G = 41.67%
B = 17.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#D6DC5E (or 0xD6DC5E) is known color: Manz. HEX triplet: D6, DC and 5E. RGB value is (214,220,94). Sum of RGB (Red+Green+Blue) = 214+220+94=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC5E is #2923A1. Grayscale: #CCCCCC. Windows color (decimal): -2696098 or 6216918. OLE color: 6216918.

HSL color Cylindrical-coordinate representation of color #D6DC5E: hue angle of 62.86º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6DC5E is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 94 -
CMYK 0.03 0 0.57 0.14
HSL 62.86º 0.64% 0.62% -
HSV(B) 62.86º 0.57% 0.86% -
XYZ 55.35 66.29 20.47 -
YUV 203.84 66.01 135.25 -
System Red Green Blue C M Y K H S L
Decimal 214 220 94 0.03 0 0.57 0.14 62.86 0.64 0.62
Hex D6 DC 5E 3 0 39 E 3F 40 3E
Octal 326 334 136 3 0 71 16 77 100 76
Binary 11010110 11011100 1011110 11 0 111001 1110 111111 1000000 111110

Color Harmonies of #D6DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC5E

Black with #D6DC5E

Text Example


Text Example

White with #D6DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC5E; }

 p { color: rgb(214,220,94); }

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

background-color css

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

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

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

border-color css

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

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

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