Html Css Color HEX #D8D55F Manz

📋 copy color: '#D8D55F'

red 216 ◦ green 213 ◦ blue 95

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

Shades of Manz #D8D55F

Tints of Manz #D8D55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.13%

R = 41.22%
G = 40.65%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8D55F (or 0xD8D55F) is known color: Manz. HEX triplet: D8, D5 and 5F. RGB value is (216,213,95). Sum of RGB (Red+Green+Blue) = 216+213+95=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D55F is #272AA0. Grayscale: #C8C8C8. Windows color (decimal): -2566817 or 6280664. OLE color: 6280664.

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

Color convert

RGB 216 213 95 -
CMYK 0 0.01 0.56 0.15
HSL 58.51º 0.61% 0.61% -
HSV(B) 58.51º 0.56% 0.85% -
XYZ 54.18 63.01 20.13 -
YUV 200.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 216 213 95 0 0.01 0.56 0.15 58.51 0.61 0.61
Hex D8 D5 5F 0 1 38 F 3B 3D 3D
Octal 330 325 137 0 1 70 17 73 75 75
Binary 11011000 11010101 1011111 0 1 111000 1111 111011 111101 111101

Color Harmonies of #D8D55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D55F

Black with #D8D55F

Text Example


Text Example

White with #D8D55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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