Html Css Color HEX #DCD355 Manz

📋 copy color: '#DCD355'

red 220 ◦ green 211 ◦ blue 85

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

Shades of Manz #DCD355

Tints of Manz #DCD355

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.89%

 BLUE value IS 85 (33.59% from 255) = 16.47%

R = 42.64%
G = 40.89%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCD355 (or 0xDCD355) is known color: Manz. HEX triplet: DC, D3 and 55. RGB value is (220,211,85). Sum of RGB (Red+Green+Blue) = 220+211+85=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD355 is #232CAA. Grayscale: #C7C7C7. Windows color (decimal): -2305195 or 5624796. OLE color: 5624796.

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

Color convert

RGB 220 211 85 -
CMYK 0 0.04 0.61 0.14
HSL 56º 0.66% 0.6% -
HSV(B) 56º 0.61% 0.86% -
XYZ 54.45 62.46 17.78 -
YUV 199.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 220 211 85 0 0.04 0.61 0.14 56 0.66 0.6
Hex DC D3 55 0 4 3D E 38 42 3C
Octal 334 323 125 0 4 75 16 70 102 74
Binary 11011100 11010011 1010101 0 100 111101 1110 111000 1000010 111100

Color Harmonies of #DCD355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD355

Black with #DCD355

Text Example


Text Example

White with #DCD355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD355; }

 p { color: rgb(220,211,85); }

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

background-color css

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

 a { background-color: rgb(220,211,85); }

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

border-color css

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

 span { border-color: rgb(220,211,85); }

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