Html Css Color HEX #D3D85D Manz

📋 copy color: '#D3D85D'

red 211 ◦ green 216 ◦ blue 93

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

Shades of Manz #D3D85D

Tints of Manz #D3D85D

RGB

 RED value IS 211 (82.81% from 255) = 40.58%

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

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

R = 40.58%
G = 41.54%
B = 17.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D3D85D (or 0xD3D85D) is known color: Manz. HEX triplet: D3, D8 and 5D. RGB value is (211,216,93). Sum of RGB (Red+Green+Blue) = 211+216+93=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D85D is #2C27A2. Grayscale: #C8C8C8. Windows color (decimal): -2893731 or 6150355. OLE color: 6150355.

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

Color convert

RGB 211 216 93 -
CMYK 0.02 0 0.57 0.15
HSL 62.44º 0.61% 0.61% -
HSV(B) 62.44º 0.57% 0.85% -
XYZ 53.4 63.75 19.85 -
YUV 200.48 67.34 135.5 -
System Red Green Blue C M Y K H S L
Decimal 211 216 93 0.02 0 0.57 0.15 62.44 0.61 0.61
Hex D3 D8 5D 2 0 39 F 3E 3D 3D
Octal 323 330 135 2 0 71 17 76 75 75
Binary 11010011 11011000 1011101 10 0 111001 1111 111110 111101 111101

Color Harmonies of #D3D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D85D

Black with #D3D85D

Text Example


Text Example

White with #D3D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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