Html Css Color HEX #DCB57F Maize

📋 copy color: '#DCB57F'

red 220 ◦ green 181 ◦ blue 127

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

Shades of Maize #DCB57F

Tints of Maize #DCB57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.05%

R = 41.67%
G = 34.28%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCB57F (or 0xDCB57F) is known color: Maize. HEX triplet: DC, B5 and 7F. RGB value is (220,181,127). Sum of RGB (Red+Green+Blue) = 220+181+127=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB57F is #234A80. Grayscale: #BABABA. Windows color (decimal): -2312833 or 8369628. OLE color: 8369628.

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

Color convert

RGB 220 181 127 -
CMYK 0 0.18 0.42 0.14
HSL 34.84º 0.57% 0.68% -
HSV(B) 34.84º 0.42% 0.86% -
XYZ 49.87 49.8 27.06 -
YUV 186.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 220 181 127 0 0.18 0.42 0.14 34.84 0.57 0.68
Hex DC B5 7F 0 12 2A E 23 39 44
Octal 334 265 177 0 22 52 16 43 71 104
Binary 11011100 10110101 1111111 0 10010 101010 1110 100011 111001 1000100

Color Harmonies of #DCB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB57F

Black with #DCB57F

Text Example


Text Example

White with #DCB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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