Html Css Color HEX #DCD755 Manz

📋 copy color: '#DCD755'

red 220 ◦ green 215 ◦ blue 85

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

Shades of Manz #DCD755

Tints of Manz #DCD755

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.35%

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

R = 42.31%
G = 41.35%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCD755 (or 0xDCD755) is known color: Manz. HEX triplet: DC, D7 and 55. RGB value is (220,215,85). Sum of RGB (Red+Green+Blue) = 220+215+85=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD755 is #2328AA. Grayscale: #CACACA. Windows color (decimal): -2304171 or 5625820. OLE color: 5625820.

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

Color convert

RGB 220 215 85 -
CMYK 0 0.02 0.61 0.14
HSL 57.78º 0.66% 0.6% -
HSV(B) 57.78º 0.61% 0.86% -
XYZ 55.46 64.47 18.12 -
YUV 201.68 62.16 141.07 -
System Red Green Blue C M Y K H S L
Decimal 220 215 85 0 0.02 0.61 0.14 57.78 0.66 0.6
Hex DC D7 55 0 2 3D E 3A 42 3C
Octal 334 327 125 0 2 75 16 72 102 74
Binary 11011100 11010111 1010101 0 10 111101 1110 111010 1000010 111100

Color Harmonies of #DCD755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD755

Black with #DCD755

Text Example


Text Example

White with #DCD755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD755; }

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

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

background-color css

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

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

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

border-color css

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

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

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