Html Css Color HEX #DCD958 Manz

📋 copy color: '#DCD958'

red 220 ◦ green 217 ◦ blue 88

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

Shades of Manz #DCD958

Tints of Manz #DCD958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.76%

R = 41.9%
G = 41.33%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCD958 (or 0xDCD958) is known color: Manz. HEX triplet: DC, D9 and 58. RGB value is (220,217,88). Sum of RGB (Red+Green+Blue) = 220+217+88=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD958 is #2326A7. Grayscale: #CBCBCB. Windows color (decimal): -2303656 or 5822940. OLE color: 5822940.

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

Color convert

RGB 220 217 88 -
CMYK 0 0.01 0.6 0.14
HSL 58.64º 0.65% 0.6% -
HSV(B) 58.64º 0.6% 0.86% -
XYZ 56.09 65.55 18.93 -
YUV 203.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 220 217 88 0 0.01 0.6 0.14 58.64 0.65 0.6
Hex DC D9 58 0 1 3C E 3B 41 3C
Octal 334 331 130 0 1 74 16 73 101 74
Binary 11011100 11011001 1011000 0 1 111100 1110 111011 1000001 111100

Color Harmonies of #DCD958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD958

Black with #DCD958

Text Example


Text Example

White with #DCD958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD958; }

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

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

background-color css

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

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

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

border-color css

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

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

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