Html Css Color HEX #DCD350 Manz

📋 copy color: '#DCD350'

red 220 ◦ green 211 ◦ blue 80

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

Shades of Manz #DCD350

Tints of Manz #DCD350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.66%

R = 43.05%
G = 41.29%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCD350 (or 0xDCD350) is known color: Manz. HEX triplet: DC, D3 and 50. RGB value is (220,211,80). Sum of RGB (Red+Green+Blue) = 220+211+80=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD350 is #232CAF. Grayscale: #C7C7C7. Windows color (decimal): -2305200 or 5297116. OLE color: 5297116.

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

Color convert

RGB 220 211 80 -
CMYK 0 0.04 0.64 0.14
HSL 56.14º 0.67% 0.59% -
HSV(B) 56.14º 0.64% 0.86% -
XYZ 54.26 62.38 16.77 -
YUV 198.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 220 211 80 0 0.04 0.64 0.14 56.14 0.67 0.59
Hex DC D3 50 0 4 40 E 38 43 3B
Octal 334 323 120 0 4 100 16 70 103 73
Binary 11011100 11010011 1010000 0 100 1000000 1110 111000 1000011 111011

Color Harmonies of #DCD350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD350

Black with #DCD350

Text Example


Text Example

White with #DCD350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD350; }

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

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

background-color css

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

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

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

border-color css

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

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

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