Html Css Color HEX #DCD759 Manz

📋 copy color: '#DCD759'

red 220 ◦ green 215 ◦ blue 89

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

Shades of Manz #DCD759

Tints of Manz #DCD759

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.03%

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

R = 41.98%
G = 41.03%
B = 16.98%

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

#DCD759 (or 0xDCD759) is known color: Manz. HEX triplet: DC, D7 and 59. RGB value is (220,215,89). Sum of RGB (Red+Green+Blue) = 220+215+89=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD759 is #2328A6. Grayscale: #CACACA. Windows color (decimal): -2304167 or 5887964. OLE color: 5887964.

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

Color convert

RGB 220 215 89 -
CMYK 0 0.02 0.60 0.14
HSL 57.71º 0.65% 0.61% -
HSV(B) 57.71º 0.6% 0.86% -
XYZ 55.62 64.54 18.98 -
YUV 202.13 64.16 140.75 -
System Red Green Blue C M Y K H S L
Decimal 220 215 89 0 0.02 0.60 0.14 57.71 0.65 0.61
Hex DC D7 59 0 2 3C E 3A 41 3D
Octal 334 327 131 0 2 74 16 72 101 75
Binary 11011100 11010111 1011001 0 10 111100 1110 111010 1000001 111101

Color Harmonies of #DCD759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD759

Black with #DCD759

Text Example


Text Example

White with #DCD759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD759; }

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

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

background-color css

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

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

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

border-color css

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

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

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