Html Css Color HEX #DCD859 Manz

📋 copy color: '#DCD859'

red 220 ◦ green 216 ◦ blue 89

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

Shades of Manz #DCD859

Tints of Manz #DCD859

RGB

 RED value IS 220 (86.33% from 255) = 41.9%

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

 BLUE value IS 89 (35.16% from 255) = 16.95%

R = 41.9%
G = 41.14%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCD859 (or 0xDCD859) is known color: Manz. HEX triplet: DC, D8 and 59. RGB value is (220,216,89). Sum of RGB (Red+Green+Blue) = 220+216+89=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD859 is #2327A6. Grayscale: #CBCBCB. Windows color (decimal): -2303911 or 5888220. OLE color: 5888220.

HSL color Cylindrical-coordinate representation of color #DCD859: hue angle of 58.17º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCD859 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 89 -
CMYK 0 0.02 0.60 0.14
HSL 58.17º 0.65% 0.61% -
HSV(B) 58.17º 0.6% 0.86% -
XYZ 55.87 65.05 19.06 -
YUV 202.72 63.83 140.33 -
System Red Green Blue C M Y K H S L
Decimal 220 216 89 0 0.02 0.60 0.14 58.17 0.65 0.61
Hex DC D8 59 0 2 3C E 3A 41 3D
Octal 334 330 131 0 2 74 16 72 101 75
Binary 11011100 11011000 1011001 0 10 111100 1110 111010 1000001 111101

Color Harmonies of #DCD859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD859

Black with #DCD859

Text Example


Text Example

White with #DCD859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD859; }

 p { color: rgb(220,216,89); }

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

background-color css

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

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

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

border-color css

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

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

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