Html Css Color HEX #DCD559 Manz

📋 copy color: '#DCD559'

red 220 ◦ green 213 ◦ blue 89

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

Shades of Manz #DCD559

Tints of Manz #DCD559

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.8%

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

R = 42.15%
G = 40.8%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCD559 (or 0xDCD559) is known color: Manz. HEX triplet: DC, D5 and 59. RGB value is (220,213,89). Sum of RGB (Red+Green+Blue) = 220+213+89=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD559 is #232AA6. Grayscale: #C9C9C9. Windows color (decimal): -2304679 or 5887452. OLE color: 5887452.

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

Color convert

RGB 220 213 89 -
CMYK 0 0.03 0.60 0.14
HSL 56.79º 0.65% 0.61% -
HSV(B) 56.79º 0.6% 0.86% -
XYZ 55.11 63.53 18.81 -
YUV 200.96 64.82 141.58 -
System Red Green Blue C M Y K H S L
Decimal 220 213 89 0 0.03 0.60 0.14 56.79 0.65 0.61
Hex DC D5 59 0 3 3C E 39 41 3D
Octal 334 325 131 0 3 74 16 71 101 75
Binary 11011100 11010101 1011001 0 11 111100 1110 111001 1000001 111101

Color Harmonies of #DCD559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD559

Black with #DCD559

Text Example


Text Example

White with #DCD559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD559; }

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

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

background-color css

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

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

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

border-color css

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

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

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