Html Css Color HEX #D8D95D Manz

📋 copy color: '#D8D95D'

red 216 ◦ green 217 ◦ blue 93

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

Shades of Manz #D8D95D

Tints of Manz #D8D95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.25%

 BLUE value IS 93 (36.72% from 255) = 17.68%

R = 41.06%
G = 41.25%
B = 17.68%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8D95D (or 0xD8D95D) is known color: Manz. HEX triplet: D8, D9 and 5D. RGB value is (216,217,93). Sum of RGB (Red+Green+Blue) = 216+217+93=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D95D is #2726A2. Grayscale: #CBCBCB. Windows color (decimal): -2565795 or 6150616. OLE color: 6150616.

HSL color Cylindrical-coordinate representation of color #D8D95D: hue angle of 60.48º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8D95D is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 217 93 -
CMYK 0.00 0 0.57 0.15
HSL 60.48º 0.62% 0.61% -
HSV(B) 60.48º 0.57% 0.85% -
XYZ 55.11 65.01 20 -
YUV 202.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 216 217 93 0.00 0 0.57 0.15 60.48 0.62 0.61
Hex D8 D9 5D 0 0 39 F 3C 3E 3D
Octal 330 331 135 0 0 71 17 74 76 75
Binary 11011000 11011001 1011101 0 0 111001 1111 111100 111110 111101

Color Harmonies of #D8D95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D95D

Black with #D8D95D

Text Example


Text Example

White with #D8D95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D95D; }

 p { color: rgb(216,217,93); }

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

background-color css

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

 a { background-color: rgb(216,217,93); }

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

border-color css

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

 span { border-color: rgb(216,217,93); }

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