Html Css Color HEX #D8DB5E Manz

📋 copy color: '#D8DB5E'

red 216 ◦ green 219 ◦ blue 94

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

Shades of Manz #D8DB5E

Tints of Manz #D8DB5E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

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

R = 40.83%
G = 41.4%
B = 17.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#D8DB5E (or 0xD8DB5E) is known color: Manz. HEX triplet: D8, DB and 5E. RGB value is (216,219,94). Sum of RGB (Red+Green+Blue) = 216+219+94=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB5E is #2724A1. Grayscale: #CCCCCC. Windows color (decimal): -2565282 or 6216664. OLE color: 6216664.

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

Color convert

RGB 216 219 94 -
CMYK 0.01 0 0.57 0.14
HSL 61.44º 0.63% 0.61% -
HSV(B) 61.44º 0.57% 0.86% -
XYZ 55.67 66.07 20.41 -
YUV 203.85 66.01 136.66 -
System Red Green Blue C M Y K H S L
Decimal 216 219 94 0.01 0 0.57 0.14 61.44 0.63 0.61
Hex D8 DB 5E 1 0 39 E 3D 3F 3D
Octal 330 333 136 1 0 71 16 75 77 75
Binary 11011000 11011011 1011110 1 0 111001 1110 111101 111111 111101

Color Harmonies of #D8DB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB5E

Black with #D8DB5E

Text Example


Text Example

White with #D8DB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB5E; }

 p { color: rgb(216,219,94); }

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

background-color css

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

 a { background-color: rgb(216,219,94); }

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

border-color css

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

 span { border-color: rgb(216,219,94); }

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