Html Css Color HEX #D8D85D Manz

📋 copy color: '#D8D85D'

red 216 ◦ green 216 ◦ blue 93

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

Shades of Manz #D8D85D

Tints of Manz #D8D85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.14%

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

R = 41.14%
G = 41.14%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8D85D (or 0xD8D85D) is known color: Manz. HEX triplet: D8, D8 and 5D. RGB value is (216,216,93). Sum of RGB (Red+Green+Blue) = 216+216+93=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D85D is #2727A2. Grayscale: #CACACA. Windows color (decimal): -2566051 or 6150360. OLE color: 6150360.

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

Color convert

RGB 216 216 93 -
CMYK 0 0 0.57 0.15
HSL 60º 0.61% 0.61% -
HSV(B) 60º 0.57% 0.85% -
XYZ 54.85 64.5 19.91 -
YUV 201.98 66.5 138 -
System Red Green Blue C M Y K H S L
Decimal 216 216 93 0 0 0.57 0.15 60 0.61 0.61
Hex D8 D8 5D 0 0 39 F 3C 3D 3D
Octal 330 330 135 0 0 71 17 74 75 75
Binary 11011000 11011000 1011101 0 0 111001 1111 111100 111101 111101

Color Harmonies of #D8D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D85D

Black with #D8D85D

Text Example


Text Example

White with #D8D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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