Html Css Color HEX #D8D75D Manz

📋 copy color: '#D8D75D'

red 216 ◦ green 215 ◦ blue 93

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

Shades of Manz #D8D75D

Tints of Manz #D8D75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.03%

 BLUE value IS 93 (36.72% from 255) = 17.75%

R = 41.22%
G = 41.03%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8D75D (or 0xD8D75D) is known color: Manz. HEX triplet: D8, D7 and 5D. RGB value is (216,215,93). Sum of RGB (Red+Green+Blue) = 216+215+93=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D75D is #2728A2. Grayscale: #C9C9C9. Windows color (decimal): -2566307 or 6150104. OLE color: 6150104.

HSL color Cylindrical-coordinate representation of color #D8D75D: hue angle of 59.51º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8D75D is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 215 93 -
CMYK 0 0.00 0.57 0.15
HSL 59.51º 0.61% 0.61% -
HSV(B) 59.51º 0.57% 0.85% -
XYZ 54.6 63.99 19.83 -
YUV 201.39 66.83 138.42 -
System Red Green Blue C M Y K H S L
Decimal 216 215 93 0 0.00 0.57 0.15 59.51 0.61 0.61
Hex D8 D7 5D 0 0 39 F 3C 3D 3D
Octal 330 327 135 0 0 71 17 74 75 75
Binary 11011000 11010111 1011101 0 0 111001 1111 111100 111101 111101

Color Harmonies of #D8D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D75D

Black with #D8D75D

Text Example


Text Example

White with #D8D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D75D; }

 p { color: rgb(216,215,93); }

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

background-color css

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

 a { background-color: rgb(216,215,93); }

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

border-color css

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

 span { border-color: rgb(216,215,93); }

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