Html Css Color HEX #DCD853 Manz

📋 copy color: '#DCD853'

red 220 ◦ green 216 ◦ blue 83

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

Shades of Manz #DCD853

Tints of Manz #DCD853

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.62%

 BLUE value IS 83 (32.81% from 255) = 15.99%

R = 42.39%
G = 41.62%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCD853 (or 0xDCD853) is known color: Manz. HEX triplet: DC, D8 and 53. RGB value is (220,216,83). Sum of RGB (Red+Green+Blue) = 220+216+83=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD853 is #2327AC. Grayscale: #CACACA. Windows color (decimal): -2303917 or 5495004. OLE color: 5495004.

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

Color convert

RGB 220 216 83 -
CMYK 0 0.02 0.62 0.14
HSL 58.25º 0.66% 0.59% -
HSV(B) 58.25º 0.62% 0.86% -
XYZ 55.63 64.95 17.79 -
YUV 202.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 220 216 83 0 0.02 0.62 0.14 58.25 0.66 0.59
Hex DC D8 53 0 2 3E E 3A 42 3B
Octal 334 330 123 0 2 76 16 72 102 73
Binary 11011100 11011000 1010011 0 10 111110 1110 111010 1000010 111011

Color Harmonies of #DCD853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD853

Black with #DCD853

Text Example


Text Example

White with #DCD853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD853; }

 p { color: rgb(220,216,83); }

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

background-color css

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

 a { background-color: rgb(220,216,83); }

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

border-color css

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

 span { border-color: rgb(220,216,83); }

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