Html Css Color HEX #DCD961 Manz

📋 copy color: '#DCD961'

red 220 ◦ green 217 ◦ blue 97

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

Shades of Manz #DCD961

Tints of Manz #DCD961

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.64%

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

R = 41.2%
G = 40.64%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCD961 (or 0xDCD961) is known color: Manz. HEX triplet: DC, D9 and 61. RGB value is (220,217,97). Sum of RGB (Red+Green+Blue) = 220+217+97=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD961 is #23269E. Grayscale: #CCCCCC. Windows color (decimal): -2303647 or 6412764. OLE color: 6412764.

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

Color convert

RGB 220 217 97 -
CMYK 0 0.01 0.56 0.14
HSL 58.54º 0.64% 0.62% -
HSV(B) 58.54º 0.56% 0.86% -
XYZ 56.49 65.7 21.01 -
YUV 204.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 220 217 97 0 0.01 0.56 0.14 58.54 0.64 0.62
Hex DC D9 61 0 1 38 E 3B 40 3E
Octal 334 331 141 0 1 70 16 73 100 76
Binary 11011100 11011001 1100001 0 1 111000 1110 111011 1000000 111110

Color Harmonies of #DCD961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD961

Black with #DCD961

Text Example


Text Example

White with #DCD961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD961; }

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

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

background-color css

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

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

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

border-color css

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

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

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