Html Css Color HEX #DCB374 Maize

📋 copy color: '#DCB374'

red 220 ◦ green 179 ◦ blue 116

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

Shades of Maize #DCB374

Tints of Maize #DCB374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.52%

R = 42.72%
G = 34.76%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCB374 (or 0xDCB374) is known color: Maize. HEX triplet: DC, B3 and 74. RGB value is (220,179,116). Sum of RGB (Red+Green+Blue) = 220+179+116=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB374 is #234C8B. Grayscale: #B8B8B8. Windows color (decimal): -2313356 or 7648220. OLE color: 7648220.

HSL color Cylindrical-coordinate representation of color #DCB374: hue angle of 36.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCB374 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 116 -
CMYK 0 0.19 0.47 0.14
HSL 36.35º 0.6% 0.66% -
HSV(B) 36.35º 0.47% 0.86% -
XYZ 48.79 48.72 23.35 -
YUV 184.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 220 179 116 0 0.19 0.47 0.14 36.35 0.6 0.66
Hex DC B3 74 0 13 2F E 24 3C 42
Octal 334 263 164 0 23 57 16 44 74 102
Binary 11011100 10110011 1110100 0 10011 101111 1110 100100 111100 1000010

Color Harmonies of #DCB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB374

Black with #DCB374

Text Example


Text Example

White with #DCB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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