Html Css Color HEX #D8D05A Manz

📋 copy color: '#D8D05A'

red 216 ◦ green 208 ◦ blue 90

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

Shades of Manz #D8D05A

Tints of Manz #D8D05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 42.02%
G = 40.47%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8D05A (or 0xD8D05A) is known color: Manz. HEX triplet: D8, D0 and 5A. RGB value is (216,208,90). Sum of RGB (Red+Green+Blue) = 216+208+90=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D05A is #272FA5. Grayscale: #C5C5C5. Windows color (decimal): -2568102 or 5951704. OLE color: 5951704.

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

Color convert

RGB 216 208 90 -
CMYK 0 0.04 0.58 0.15
HSL 56.19º 0.62% 0.6% -
HSV(B) 56.19º 0.58% 0.85% -
XYZ 52.72 60.45 18.56 -
YUV 196.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 216 208 90 0 0.04 0.58 0.15 56.19 0.62 0.6
Hex D8 D0 5A 0 4 3A F 38 3E 3C
Octal 330 320 132 0 4 72 17 70 76 74
Binary 11011000 11010000 1011010 0 100 111010 1111 111000 111110 111100

Color Harmonies of #D8D05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D05A

Black with #D8D05A

Text Example


Text Example

White with #D8D05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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