Html Css Color HEX #D8D060 Manz

📋 copy color: '#D8D060'

red 216 ◦ green 208 ◦ blue 96

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

Shades of Manz #D8D060

Tints of Manz #D8D060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 41.54%
G = 40%
B = 18.46%

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

#D8D060 (or 0xD8D060) is known color: Manz. HEX triplet: D8, D0 and 60. RGB value is (216,208,96). Sum of RGB (Red+Green+Blue) = 216+208+96=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D060 is #272F9F. Grayscale: #C6C6C6. Windows color (decimal): -2568096 or 6344920. OLE color: 6344920.

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

Color convert

RGB 216 208 96 -
CMYK 0 0.04 0.56 0.15
HSL 56º 0.61% 0.61% -
HSV(B) 56º 0.56% 0.85% -
XYZ 52.99 60.56 19.96 -
YUV 197.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 216 208 96 0 0.04 0.56 0.15 56 0.61 0.61
Hex D8 D0 60 0 4 38 F 38 3D 3D
Octal 330 320 140 0 4 70 17 70 75 75
Binary 11011000 11010000 1100000 0 100 111000 1111 111000 111101 111101

Color Harmonies of #D8D060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D060

Black with #D8D060

Text Example


Text Example

White with #D8D060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D060; }

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

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

background-color css

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

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

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

border-color css

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

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

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