Html Css Color HEX #D8D94C Manz

📋 copy color: '#D8D94C'

red 216 ◦ green 217 ◦ blue 76

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

Shades of Manz #D8D94C

Tints of Manz #D8D94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.93%

R = 42.44%
G = 42.63%
B = 14.93%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8D94C (or 0xD8D94C) is known color: Manz. HEX triplet: D8, D9 and 4C. RGB value is (216,217,76). Sum of RGB (Red+Green+Blue) = 216+217+76=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D94C is #2726B3. Grayscale: #C9C9C9. Windows color (decimal): -2565812 or 5036504. OLE color: 5036504.

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

Color convert

RGB 216 217 76 -
CMYK 0.00 0 0.65 0.15
HSL 60.43º 0.65% 0.57% -
HSV(B) 60.43º 0.65% 0.85% -
XYZ 54.44 64.75 16.47 -
YUV 200.63 57.67 138.96 -
System Red Green Blue C M Y K H S L
Decimal 216 217 76 0.00 0 0.65 0.15 60.43 0.65 0.57
Hex D8 D9 4C 0 0 41 F 3C 41 39
Octal 330 331 114 0 0 101 17 74 101 71
Binary 11011000 11011001 1001100 0 0 1000001 1111 111100 1000001 111001

Color Harmonies of #D8D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D94C

Black with #D8D94C

Text Example


Text Example

White with #D8D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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