Html Css Color HEX #D8D05E Manz

📋 copy color: '#D8D05E'

red 216 ◦ green 208 ◦ blue 94

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

Shades of Manz #D8D05E

Tints of Manz #D8D05E

RGB

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

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

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

R = 41.7%
G = 40.15%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8D05E (or 0xD8D05E) is known color: Manz. HEX triplet: D8, D0 and 5E. RGB value is (216,208,94). Sum of RGB (Red+Green+Blue) = 216+208+94=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D05E is #272FA1. Grayscale: #C5C5C5. Windows color (decimal): -2568098 or 6213848. OLE color: 6213848.

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

Color convert

RGB 216 208 94 -
CMYK 0 0.04 0.56 0.15
HSL 56.07º 0.61% 0.61% -
HSV(B) 56.07º 0.56% 0.85% -
XYZ 52.9 60.52 19.48 -
YUV 197.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 216 208 94 0 0.04 0.56 0.15 56.07 0.61 0.61
Hex D8 D0 5E 0 4 38 F 38 3D 3D
Octal 330 320 136 0 4 70 17 70 75 75
Binary 11011000 11010000 1011110 0 100 111000 1111 111000 111101 111101

Color Harmonies of #D8D05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D05E

Black with #D8D05E

Text Example


Text Example

White with #D8D05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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