Html Css Color HEX #DCD957 Manz

📋 copy color: '#DCD957'

red 220 ◦ green 217 ◦ blue 87

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

Shades of Manz #DCD957

Tints of Manz #DCD957

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.41%

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

R = 41.98%
G = 41.41%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCD957 (or 0xDCD957) is known color: Manz. HEX triplet: DC, D9 and 57. RGB value is (220,217,87). Sum of RGB (Red+Green+Blue) = 220+217+87=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 87 (34.38% from 255 or 16.60% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD957 is #2326A8. Grayscale: #CBCBCB. Windows color (decimal): -2303657 or 5757404. OLE color: 5757404.

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

Color convert

RGB 220 217 87 -
CMYK 0 0.01 0.60 0.14
HSL 58.65º 0.66% 0.6% -
HSV(B) 58.65º 0.6% 0.86% -
XYZ 56.05 65.53 18.71 -
YUV 203.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 220 217 87 0 0.01 0.60 0.14 58.65 0.66 0.6
Hex DC D9 57 0 1 3C E 3B 42 3C
Octal 334 331 127 0 1 74 16 73 102 74
Binary 11011100 11011001 1010111 0 1 111100 1110 111011 1000010 111100

Color Harmonies of #DCD957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD957

Black with #DCD957

Text Example


Text Example

White with #DCD957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD957; }

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

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

background-color css

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

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

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

border-color css

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

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

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