Html Css Color HEX #D8D058 Manz

📋 copy color: '#D8D058'

red 216 ◦ green 208 ◦ blue 88

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

Shades of Manz #D8D058

Tints of Manz #D8D058

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

 BLUE value IS 88 (34.77% from 255) = 17.19%

R = 42.19%
G = 40.63%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D8D058 (or 0xD8D058) is known color: Manz. HEX triplet: D8, D0 and 58. RGB value is (216,208,88). Sum of RGB (Red+Green+Blue) = 216+208+88=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D058 is #272FA7. Grayscale: #C5C5C5. Windows color (decimal): -2568104 or 5820632. OLE color: 5820632.

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

Color convert

RGB 216 208 88 -
CMYK 0 0.04 0.59 0.15
HSL 56.25º 0.62% 0.6% -
HSV(B) 56.25º 0.59% 0.85% -
XYZ 52.64 60.42 18.12 -
YUV 196.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 216 208 88 0 0.04 0.59 0.15 56.25 0.62 0.6
Hex D8 D0 58 0 4 3B F 38 3E 3C
Octal 330 320 130 0 4 73 17 70 76 74
Binary 11011000 11010000 1011000 0 100 111011 1111 111000 111110 111100

Color Harmonies of #D8D058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D058

Black with #D8D058

Text Example


Text Example

White with #D8D058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D058; }

 p { color: rgb(216,208,88); }

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

background-color css

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

 a { background-color: rgb(216,208,88); }

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

border-color css

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

 span { border-color: rgb(216,208,88); }

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