Html Css Color HEX #D8D55A Manz

📋 copy color: '#D8D55A'

red 216 ◦ green 213 ◦ blue 90

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

Shades of Manz #D8D55A

Tints of Manz #D8D55A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

 BLUE value IS 90 (35.55% from 255) = 17.34%

R = 41.62%
G = 41.04%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8D55A (or 0xD8D55A) is known color: Manz. HEX triplet: D8, D5 and 5A. RGB value is (216,213,90). Sum of RGB (Red+Green+Blue) = 216+213+90=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D55A is #272AA5. Grayscale: #C8C8C8. Windows color (decimal): -2566822 or 5952984. OLE color: 5952984.

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

Color convert

RGB 216 213 90 -
CMYK 0 0.01 0.58 0.15
HSL 58.57º 0.62% 0.6% -
HSV(B) 58.57º 0.58% 0.85% -
XYZ 53.96 62.93 18.97 -
YUV 199.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 216 213 90 0 0.01 0.58 0.15 58.57 0.62 0.6
Hex D8 D5 5A 0 1 3A F 3B 3E 3C
Octal 330 325 132 0 1 72 17 73 76 74
Binary 11011000 11010101 1011010 0 1 111010 1111 111011 111110 111100

Color Harmonies of #D8D55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D55A

Black with #D8D55A

Text Example


Text Example

White with #D8D55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D55A; }

 p { color: rgb(216,213,90); }

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

background-color css

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

 a { background-color: rgb(216,213,90); }

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

border-color css

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

 span { border-color: rgb(216,213,90); }

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