Html Css Color HEX #DCB474 Maize

📋 copy color: '#DCB474'

red 220 ◦ green 180 ◦ blue 116

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

Shades of Maize #DCB474

Tints of Maize #DCB474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.88%

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

R = 42.64%
G = 34.88%
B = 22.48%

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

#DCB474 (or 0xDCB474) is known color: Maize. HEX triplet: DC, B4 and 74. RGB value is (220,180,116). Sum of RGB (Red+Green+Blue) = 220+180+116=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB474 is #234B8B. Grayscale: #B8B8B8. Windows color (decimal): -2313100 or 7648476. OLE color: 7648476.

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

Color convert

RGB 220 180 116 -
CMYK 0 0.18 0.47 0.14
HSL 36.92º 0.6% 0.66% -
HSV(B) 36.92º 0.47% 0.86% -
XYZ 48.99 49.12 23.42 -
YUV 184.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 220 180 116 0 0.18 0.47 0.14 36.92 0.6 0.66
Hex DC B4 74 0 12 2F E 25 3C 42
Octal 334 264 164 0 22 57 16 45 74 102
Binary 11011100 10110100 1110100 0 10010 101111 1110 100101 111100 1000010

Color Harmonies of #DCB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB474

Black with #DCB474

Text Example


Text Example

White with #DCB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB474; }

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

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

background-color css

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

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

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

border-color css

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

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

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