Html Css Color HEX #D8DC5B Manz

📋 copy color: '#D8DC5B'

red 216 ◦ green 220 ◦ blue 91

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

Shades of Manz #D8DC5B

Tints of Manz #D8DC5B

RGB

 RED value IS 216 (84.77% from 255) = 40.99%

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

 BLUE value IS 91 (35.94% from 255) = 17.27%

R = 40.99%
G = 41.75%
B = 17.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#D8DC5B (or 0xD8DC5B) is known color: Manz. HEX triplet: D8, DC and 5B. RGB value is (216,220,91). Sum of RGB (Red+Green+Blue) = 216+220+91=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC5B is #2723A4. Grayscale: #CCCCCC. Windows color (decimal): -2565029 or 6020312. OLE color: 6020312.

HSL color Cylindrical-coordinate representation of color #D8DC5B: hue angle of 61.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8DC5B is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 91 -
CMYK 0.02 0 0.59 0.14
HSL 61.86º 0.65% 0.61% -
HSV(B) 61.86º 0.59% 0.86% -
XYZ 55.8 66.54 19.8 -
YUV 204.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 216 220 91 0.02 0 0.59 0.14 61.86 0.65 0.61
Hex D8 DC 5B 2 0 3B E 3E 41 3D
Octal 330 334 133 2 0 73 16 76 101 75
Binary 11011000 11011100 1011011 10 0 111011 1110 111110 1000001 111101

Color Harmonies of #D8DC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC5B

Black with #D8DC5B

Text Example


Text Example

White with #D8DC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC5B; }

 p { color: rgb(216,220,91); }

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

background-color css

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

 a { background-color: rgb(216,220,91); }

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

border-color css

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

 span { border-color: rgb(216,220,91); }

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