Html Css Color HEX #D9DC5C Manz

📋 copy color: '#D9DC5C'

red 217 ◦ green 220 ◦ blue 92

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

Shades of Manz #D9DC5C

Tints of Manz #D9DC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.39%

R = 41.02%
G = 41.59%
B = 17.39%

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

#D9DC5C (or 0xD9DC5C) is known color: Manz. HEX triplet: D9, DC and 5C. RGB value is (217,220,92). Sum of RGB (Red+Green+Blue) = 217+220+92=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC5C is #2623A3. Grayscale: #CDCDCD. Windows color (decimal): -2499492 or 6085849. OLE color: 6085849.

HSL color Cylindrical-coordinate representation of color #D9DC5C: hue angle of 61.41º degrees, saturation: 0.65, 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 #D9DC5C is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 92 -
CMYK 0.01 0 0.58 0.14
HSL 61.41º 0.65% 0.61% -
HSV(B) 61.41º 0.58% 0.86% -
XYZ 56.14 66.71 20.04 -
YUV 204.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 217 220 92 0.01 0 0.58 0.14 61.41 0.65 0.61
Hex D9 DC 5C 1 0 3A E 3D 41 3D
Octal 331 334 134 1 0 72 16 75 101 75
Binary 11011001 11011100 1011100 1 0 111010 1110 111101 1000001 111101

Color Harmonies of #D9DC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC5C

Black with #D9DC5C

Text Example


Text Example

White with #D9DC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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