Html Css Color HEX #DCD361 Manz

📋 copy color: '#DCD361'

red 220 ◦ green 211 ◦ blue 97

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

Shades of Manz #DCD361

Tints of Manz #DCD361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.37%

R = 41.67%
G = 39.96%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCD361 (or 0xDCD361) is known color: Manz. HEX triplet: DC, D3 and 61. RGB value is (220,211,97). Sum of RGB (Red+Green+Blue) = 220+211+97=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD361 is #232C9E. Grayscale: #C9C9C9. Windows color (decimal): -2305183 or 6411228. OLE color: 6411228.

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

Color convert

RGB 220 211 97 -
CMYK 0 0.04 0.56 0.14
HSL 55.61º 0.64% 0.62% -
HSV(B) 55.61º 0.56% 0.86% -
XYZ 54.97 62.67 20.51 -
YUV 200.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 220 211 97 0 0.04 0.56 0.14 55.61 0.64 0.62
Hex DC D3 61 0 4 38 E 38 40 3E
Octal 334 323 141 0 4 70 16 70 100 76
Binary 11011100 11010011 1100001 0 100 111000 1110 111000 1000000 111110

Color Harmonies of #DCD361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD361

Black with #DCD361

Text Example


Text Example

White with #DCD361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD361; }

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

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

background-color css

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

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

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

border-color css

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

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

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