Html Css Color HEX #D8D55D Manz

📋 copy color: '#D8D55D'

red 216 ◦ green 213 ◦ blue 93

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

Shades of Manz #D8D55D

Tints of Manz #D8D55D

RGB

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

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

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

R = 41.38%
G = 40.8%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8D55D (or 0xD8D55D) is known color: Manz. HEX triplet: D8, D5 and 5D. RGB value is (216,213,93). Sum of RGB (Red+Green+Blue) = 216+213+93=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D55D is #272AA2. Grayscale: #C8C8C8. Windows color (decimal): -2566819 or 6149592. OLE color: 6149592.

HSL color Cylindrical-coordinate representation of color #D8D55D: hue angle of 58.54º degrees, saturation: 0.61, 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 #D8D55D is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 213 93 -
CMYK 0 0.01 0.57 0.15
HSL 58.54º 0.61% 0.61% -
HSV(B) 58.54º 0.57% 0.85% -
XYZ 54.09 62.98 19.66 -
YUV 200.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 216 213 93 0 0.01 0.57 0.15 58.54 0.61 0.61
Hex D8 D5 5D 0 1 39 F 3B 3D 3D
Octal 330 325 135 0 1 71 17 73 75 75
Binary 11011000 11010101 1011101 0 1 111001 1111 111011 111101 111101

Color Harmonies of #D8D55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D55D

Black with #D8D55D

Text Example


Text Example

White with #D8D55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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