Html Css Color HEX #DCD059 Manz

📋 copy color: '#DCD059'

red 220 ◦ green 208 ◦ blue 89

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

Shades of Manz #DCD059

Tints of Manz #DCD059

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.23%

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

R = 42.55%
G = 40.23%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCD059 (or 0xDCD059) is known color: Manz. HEX triplet: DC, D0 and 59. RGB value is (220,208,89). Sum of RGB (Red+Green+Blue) = 220+208+89=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD059 is #232FA6. Grayscale: #C6C6C6. Windows color (decimal): -2305959 or 5886172. OLE color: 5886172.

HSL color Cylindrical-coordinate representation of color #DCD059: hue angle of 54.5º 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 #DCD059 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 89 -
CMYK 0 0.05 0.60 0.14
HSL 54.5º 0.65% 0.61% -
HSV(B) 54.5º 0.6% 0.86% -
XYZ 53.87 61.05 18.4 -
YUV 198.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 220 208 89 0 0.05 0.60 0.14 54.5 0.65 0.61
Hex DC D0 59 0 5 3C E 37 41 3D
Octal 334 320 131 0 5 74 16 67 101 75
Binary 11011100 11010000 1011001 0 101 111100 1110 110111 1000001 111101

Color Harmonies of #DCD059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD059

Black with #DCD059

Text Example


Text Example

White with #DCD059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD059; }

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

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

background-color css

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

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

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

border-color css

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

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

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