Html Css Color HEX #DCB574 Maize

📋 copy color: '#DCB574'

red 220 ◦ green 181 ◦ blue 116

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

Shades of Maize #DCB574

Tints of Maize #DCB574

RGB

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

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

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

R = 42.55%
G = 35.01%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCB574 (or 0xDCB574) is known color: Maize. HEX triplet: DC, B5 and 74. RGB value is (220,181,116). Sum of RGB (Red+Green+Blue) = 220+181+116=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB574 is #234A8B. Grayscale: #B9B9B9. Windows color (decimal): -2312844 or 7648732. OLE color: 7648732.

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

Color convert

RGB 220 181 116 -
CMYK 0 0.18 0.47 0.14
HSL 37.5º 0.6% 0.66% -
HSV(B) 37.5º 0.47% 0.86% -
XYZ 49.19 49.52 23.49 -
YUV 185.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 220 181 116 0 0.18 0.47 0.14 37.5 0.6 0.66
Hex DC B5 74 0 12 2F E 26 3C 42
Octal 334 265 164 0 22 57 16 46 74 102
Binary 11011100 10110101 1110100 0 10010 101111 1110 100110 111100 1000010

Color Harmonies of #DCB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB574

Black with #DCB574

Text Example


Text Example

White with #DCB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB574; }

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

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

background-color css

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

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

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

border-color css

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

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

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