Html Css Color HEX #D8D94A Manz

📋 copy color: '#D8D94A'

red 216 ◦ green 217 ◦ blue 74

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

Shades of Manz #D8D94A

Tints of Manz #D8D94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.6%

R = 42.6%
G = 42.8%
B = 14.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8D94A (or 0xD8D94A) is known color: Manz. HEX triplet: D8, D9 and 4A. RGB value is (216,217,74). Sum of RGB (Red+Green+Blue) = 216+217+74=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D94A is #2726B5. Grayscale: #C8C8C8. Windows color (decimal): -2565814 or 4905432. OLE color: 4905432.

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

Color convert

RGB 216 217 74 -
CMYK 0.00 0 0.66 0.15
HSL 60.42º 0.65% 0.57% -
HSV(B) 60.42º 0.66% 0.85% -
XYZ 54.37 64.72 16.11 -
YUV 200.4 56.67 139.13 -
System Red Green Blue C M Y K H S L
Decimal 216 217 74 0.00 0 0.66 0.15 60.42 0.65 0.57
Hex D8 D9 4A 0 0 42 F 3C 41 39
Octal 330 331 112 0 0 102 17 74 101 71
Binary 11011000 11011001 1001010 0 0 1000010 1111 111100 1000001 111001

Color Harmonies of #D8D94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D94A

Black with #D8D94A

Text Example


Text Example

White with #D8D94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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