Html Css Color HEX #DCD949 Manz

📋 copy color: '#DCD949'

red 220 ◦ green 217 ◦ blue 73

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

Shades of Manz #DCD949

Tints of Manz #DCD949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.31%

R = 43.14%
G = 42.55%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCD949 (or 0xDCD949) is known color: Manz. HEX triplet: DC, D9 and 49. RGB value is (220,217,73). Sum of RGB (Red+Green+Blue) = 220+217+73=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD949 is #2326B6. Grayscale: #CACACA. Windows color (decimal): -2303671 or 4839900. OLE color: 4839900.

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

Color convert

RGB 220 217 73 -
CMYK 0 0.01 0.67 0.14
HSL 58.78º 0.68% 0.57% -
HSV(B) 58.78º 0.67% 0.86% -
XYZ 55.53 65.32 15.99 -
YUV 201.48 55.49 141.21 -
System Red Green Blue C M Y K H S L
Decimal 220 217 73 0 0.01 0.67 0.14 58.78 0.68 0.57
Hex DC D9 49 0 1 43 E 3B 44 39
Octal 334 331 111 0 1 103 16 73 104 71
Binary 11011100 11011001 1001001 0 1 1000011 1110 111011 1000100 111001

Color Harmonies of #DCD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD949

Black with #DCD949

Text Example


Text Example

White with #DCD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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