Html Css Color HEX #D7DC5E Manz

📋 copy color: '#D7DC5E'

red 215 ◦ green 220 ◦ blue 94

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

Shades of Manz #D7DC5E

Tints of Manz #D7DC5E

RGB

 RED value IS 215 (84.38% from 255) = 40.64%

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

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

R = 40.64%
G = 41.59%
B = 17.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#D7DC5E (or 0xD7DC5E) is known color: Manz. HEX triplet: D7, DC and 5E. RGB value is (215,220,94). Sum of RGB (Red+Green+Blue) = 215+220+94=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DC5E is #2823A1. Grayscale: #CCCCCC. Windows color (decimal): -2630562 or 6216919. OLE color: 6216919.

HSL color Cylindrical-coordinate representation of color #D7DC5E: hue angle of 62.38º 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 #D7DC5E is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 220 94 -
CMYK 0.02 0 0.57 0.14
HSL 62.38º 0.64% 0.62% -
HSV(B) 62.38º 0.57% 0.86% -
XYZ 55.64 66.44 20.48 -
YUV 204.14 65.84 135.75 -
System Red Green Blue C M Y K H S L
Decimal 215 220 94 0.02 0 0.57 0.14 62.38 0.64 0.62
Hex D7 DC 5E 2 0 39 E 3E 40 3E
Octal 327 334 136 2 0 71 16 76 100 76
Binary 11010111 11011100 1011110 10 0 111001 1110 111110 1000000 111110

Color Harmonies of #D7DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC5E

Black with #D7DC5E

Text Example


Text Example

White with #D7DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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