Html Css Color HEX #D9DC5D Manz

📋 copy color: '#D9DC5D'

red 217 ◦ green 220 ◦ blue 93

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

Shades of Manz #D9DC5D

Tints of Manz #D9DC5D

RGB

 RED value IS 217 (85.16% from 255) = 40.94%

 GREEN value IS 220 (86.33% from 255) = 41.51%

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

R = 40.94%
G = 41.51%
B = 17.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#D9DC5D (or 0xD9DC5D) is known color: Manz. HEX triplet: D9, DC and 5D. RGB value is (217,220,93). Sum of RGB (Red+Green+Blue) = 217+220+93=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC5D is #2623A2. Grayscale: #CDCDCD. Windows color (decimal): -2499491 or 6151385. OLE color: 6151385.

HSL color Cylindrical-coordinate representation of color #D9DC5D: hue angle of 61.42º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9DC5D is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 93 -
CMYK 0.01 0 0.58 0.14
HSL 61.42º 0.64% 0.61% -
HSV(B) 61.42º 0.58% 0.86% -
XYZ 56.18 66.73 20.27 -
YUV 204.63 65.01 136.83 -
System Red Green Blue C M Y K H S L
Decimal 217 220 93 0.01 0 0.58 0.14 61.42 0.64 0.61
Hex D9 DC 5D 1 0 3A E 3D 40 3D
Octal 331 334 135 1 0 72 16 75 100 75
Binary 11011001 11011100 1011101 1 0 111010 1110 111101 1000000 111101

Color Harmonies of #D9DC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC5D

Black with #D9DC5D

Text Example


Text Example

White with #D9DC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC5D; }

 p { color: rgb(217,220,93); }

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

background-color css

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

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

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

border-color css

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

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

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