Html Css Color HEX #DCD359 Manz

📋 copy color: '#DCD359'

red 220 ◦ green 211 ◦ blue 89

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

Shades of Manz #DCD359

Tints of Manz #DCD359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.12%

R = 42.31%
G = 40.58%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCD359 (or 0xDCD359) is known color: Manz. HEX triplet: DC, D3 and 59. RGB value is (220,211,89). Sum of RGB (Red+Green+Blue) = 220+211+89=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD359 is #232CA6. Grayscale: #C8C8C8. Windows color (decimal): -2305191 or 5886940. OLE color: 5886940.

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

Color convert

RGB 220 211 89 -
CMYK 0 0.04 0.60 0.14
HSL 55.88º 0.65% 0.61% -
HSV(B) 55.88º 0.6% 0.86% -
XYZ 54.61 62.53 18.64 -
YUV 199.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 220 211 89 0 0.04 0.60 0.14 55.88 0.65 0.61
Hex DC D3 59 0 4 3C E 38 41 3D
Octal 334 323 131 0 4 74 16 70 101 75
Binary 11011100 11010011 1011001 0 100 111100 1110 111000 1000001 111101

Color Harmonies of #DCD359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD359

Black with #DCD359

Text Example


Text Example

White with #DCD359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD359; }

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

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

background-color css

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

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

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

border-color css

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

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

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