Html Css Color HEX #DCB379 Maize

📋 copy color: '#DCB379'

red 220 ◦ green 179 ◦ blue 121

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

Shades of Maize #DCB379

Tints of Maize #DCB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.42%

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

R = 42.31%
G = 34.42%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCB379 (or 0xDCB379) is known color: Maize. HEX triplet: DC, B3 and 79. RGB value is (220,179,121). Sum of RGB (Red+Green+Blue) = 220+179+121=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB379 is #234C86. Grayscale: #B8B8B8. Windows color (decimal): -2313351 or 7975900. OLE color: 7975900.

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

Color convert

RGB 220 179 121 -
CMYK 0 0.19 0.45 0.14
HSL 35.15º 0.59% 0.67% -
HSV(B) 35.15º 0.45% 0.86% -
XYZ 49.09 48.84 24.93 -
YUV 184.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 220 179 121 0 0.19 0.45 0.14 35.15 0.59 0.67
Hex DC B3 79 0 13 2D E 23 3B 43
Octal 334 263 171 0 23 55 16 43 73 103
Binary 11011100 10110011 1111001 0 10011 101101 1110 100011 111011 1000011

Color Harmonies of #DCB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB379

Black with #DCB379

Text Example


Text Example

White with #DCB379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB379; }

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

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

background-color css

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

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

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

border-color css

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

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

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