Html Css Color HEX #DCB880 Maize

📋 copy color: '#DCB880'

red 220 ◦ green 184 ◦ blue 128

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

Shades of Maize #DCB880

Tints of Maize #DCB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.59%

 BLUE value IS 128 (50.39% from 255) = 24.06%

R = 41.35%
G = 34.59%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCB880 (or 0xDCB880) is known color: Maize. HEX triplet: DC, B8 and 80. RGB value is (220,184,128). Sum of RGB (Red+Green+Blue) = 220+184+128=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB880 is #23477F. Grayscale: #BCBCBC. Windows color (decimal): -2312064 or 8435932. OLE color: 8435932.

HSL color Cylindrical-coordinate representation of color #DCB880: hue angle of 36.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCB880 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 184 128 -
CMYK 0 0.16 0.42 0.14
HSL 36.52º 0.57% 0.68% -
HSV(B) 36.52º 0.42% 0.86% -
XYZ 50.55 51.06 27.61 -
YUV 188.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 220 184 128 0 0.16 0.42 0.14 36.52 0.57 0.68
Hex DC B8 80 0 10 2A E 25 39 44
Octal 334 270 200 0 20 52 16 45 71 104
Binary 11011100 10111000 10000000 0 10000 101010 1110 100101 111001 1000100

Color Harmonies of #DCB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB880

Black with #DCB880

Text Example


Text Example

White with #DCB880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB880; }

 p { color: rgb(220,184,128); }

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

background-color css

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

 a { background-color: rgb(220,184,128); }

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

border-color css

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

 span { border-color: rgb(220,184,128); }

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