Html Css Color HEX #DCB579 Maize

📋 copy color: '#DCB579'

red 220 ◦ green 181 ◦ blue 121

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

Shades of Maize #DCB579

Tints of Maize #DCB579

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.67%

 BLUE value IS 121 (47.66% from 255) = 23.18%

R = 42.15%
G = 34.67%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCB579 (or 0xDCB579) is known color: Maize. HEX triplet: DC, B5 and 79. RGB value is (220,181,121). Sum of RGB (Red+Green+Blue) = 220+181+121=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB579 is #234A86. Grayscale: #BABABA. Windows color (decimal): -2312839 or 7976412. OLE color: 7976412.

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

Color convert

RGB 220 181 121 -
CMYK 0 0.18 0.45 0.14
HSL 36.36º 0.59% 0.67% -
HSV(B) 36.36º 0.45% 0.86% -
XYZ 49.49 49.64 25.06 -
YUV 185.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 220 181 121 0 0.18 0.45 0.14 36.36 0.59 0.67
Hex DC B5 79 0 12 2D E 24 3B 43
Octal 334 265 171 0 22 55 16 44 73 103
Binary 11011100 10110101 1111001 0 10010 101101 1110 100100 111011 1000011

Color Harmonies of #DCB579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB579

Black with #DCB579

Text Example


Text Example

White with #DCB579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB579; }

 p { color: rgb(220,181,121); }

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

background-color css

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

 a { background-color: rgb(220,181,121); }

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

border-color css

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

 span { border-color: rgb(220,181,121); }

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