Html Css Color HEX #DCB87E Maize

📋 copy color: '#DCB87E'

red 220 ◦ green 184 ◦ blue 126

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

Shades of Maize #DCB87E

Tints of Maize #DCB87E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.77%

R = 41.51%
G = 34.72%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCB87E (or 0xDCB87E) is known color: Maize. HEX triplet: DC, B8 and 7E. RGB value is (220,184,126). Sum of RGB (Red+Green+Blue) = 220+184+126=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB87E is #234781. Grayscale: #BCBCBC. Windows color (decimal): -2312066 or 8304860. OLE color: 8304860.

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

Color convert

RGB 220 184 126 -
CMYK 0 0.16 0.43 0.14
HSL 37.02º 0.57% 0.68% -
HSV(B) 37.02º 0.43% 0.86% -
XYZ 50.42 51 26.93 -
YUV 188.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 220 184 126 0 0.16 0.43 0.14 37.02 0.57 0.68
Hex DC B8 7E 0 10 2B E 25 39 44
Octal 334 270 176 0 20 53 16 45 71 104
Binary 11011100 10111000 1111110 0 10000 101011 1110 100101 111001 1000100

Color Harmonies of #DCB87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB87E

Black with #DCB87E

Text Example


Text Example

White with #DCB87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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