Html Css Color HEX #DCD558 Manz

📋 copy color: '#DCD558'

red 220 ◦ green 213 ◦ blue 88

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

Shades of Manz #DCD558

Tints of Manz #DCD558

RGB

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

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

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

R = 42.23%
G = 40.88%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCD558 (or 0xDCD558) is known color: Manz. HEX triplet: DC, D5 and 58. RGB value is (220,213,88). Sum of RGB (Red+Green+Blue) = 220+213+88=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD558 is #232AA7. Grayscale: #C9C9C9. Windows color (decimal): -2304680 or 5821916. OLE color: 5821916.

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

Color convert

RGB 220 213 88 -
CMYK 0 0.03 0.6 0.14
HSL 56.82º 0.65% 0.6% -
HSV(B) 56.82º 0.6% 0.86% -
XYZ 55.07 63.51 18.59 -
YUV 200.84 64.32 141.66 -
System Red Green Blue C M Y K H S L
Decimal 220 213 88 0 0.03 0.6 0.14 56.82 0.65 0.6
Hex DC D5 58 0 3 3C E 39 41 3C
Octal 334 325 130 0 3 74 16 71 101 74
Binary 11011100 11010101 1011000 0 11 111100 1110 111001 1000001 111100

Color Harmonies of #DCD558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD558

Black with #DCD558

Text Example


Text Example

White with #DCD558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD558; }

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

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

background-color css

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

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

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

border-color css

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

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

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