Html Css Color HEX #D8D55E Manz

📋 copy color: '#D8D55E'

red 216 ◦ green 213 ◦ blue 94

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

Shades of Manz #D8D55E

Tints of Manz #D8D55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.97%

R = 41.3%
G = 40.73%
B = 17.97%

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

#D8D55E (or 0xD8D55E) is known color: Manz. HEX triplet: D8, D5 and 5E. RGB value is (216,213,94). Sum of RGB (Red+Green+Blue) = 216+213+94=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D55E is #272AA1. Grayscale: #C8C8C8. Windows color (decimal): -2566818 or 6215128. OLE color: 6215128.

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

Color convert

RGB 216 213 94 -
CMYK 0 0.01 0.56 0.15
HSL 58.52º 0.61% 0.61% -
HSV(B) 58.52º 0.56% 0.85% -
XYZ 54.13 63 19.9 -
YUV 200.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 216 213 94 0 0.01 0.56 0.15 58.52 0.61 0.61
Hex D8 D5 5E 0 1 38 F 3B 3D 3D
Octal 330 325 136 0 1 70 17 73 75 75
Binary 11011000 11010101 1011110 0 1 111000 1111 111011 111101 111101

Color Harmonies of #D8D55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D55E

Black with #D8D55E

Text Example


Text Example

White with #D8D55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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