Html Css Color HEX #DCD557 Manz

📋 copy color: '#DCD557'

red 220 ◦ green 213 ◦ blue 87

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

Shades of Manz #DCD557

Tints of Manz #DCD557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.73%

R = 42.31%
G = 40.96%
B = 16.73%

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

#DCD557 (or 0xDCD557) is known color: Manz. HEX triplet: DC, D5 and 57. RGB value is (220,213,87). Sum of RGB (Red+Green+Blue) = 220+213+87=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD557 is #232AA8. Grayscale: #C9C9C9. Windows color (decimal): -2304681 or 5756380. OLE color: 5756380.

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

Color convert

RGB 220 213 87 -
CMYK 0 0.03 0.60 0.14
HSL 56.84º 0.66% 0.6% -
HSV(B) 56.84º 0.6% 0.86% -
XYZ 55.03 63.49 18.37 -
YUV 200.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 220 213 87 0 0.03 0.60 0.14 56.84 0.66 0.6
Hex DC D5 57 0 3 3C E 39 42 3C
Octal 334 325 127 0 3 74 16 71 102 74
Binary 11011100 11010101 1010111 0 11 111100 1110 111001 1000010 111100

Color Harmonies of #DCD557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD557

Black with #DCD557

Text Example


Text Example

White with #DCD557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD557; }

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

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

background-color css

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

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

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

border-color css

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

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

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