Html Css Color HEX #DCB57D Maize

📋 copy color: '#DCB57D'

red 220 ◦ green 181 ◦ blue 125

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

Shades of Maize #DCB57D

Tints of Maize #DCB57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.76%

R = 41.83%
G = 34.41%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCB57D (or 0xDCB57D) is known color: Maize. HEX triplet: DC, B5 and 7D. RGB value is (220,181,125). Sum of RGB (Red+Green+Blue) = 220+181+125=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB57D is #234A82. Grayscale: #BABABA. Windows color (decimal): -2312835 or 8238556. OLE color: 8238556.

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

Color convert

RGB 220 181 125 -
CMYK 0 0.18 0.43 0.14
HSL 35.37º 0.58% 0.68% -
HSV(B) 35.37º 0.43% 0.86% -
XYZ 49.74 49.74 26.38 -
YUV 186.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 220 181 125 0 0.18 0.43 0.14 35.37 0.58 0.68
Hex DC B5 7D 0 12 2B E 23 3A 44
Octal 334 265 175 0 22 53 16 43 72 104
Binary 11011100 10110101 1111101 0 10010 101011 1110 100011 111010 1000100

Color Harmonies of #DCB57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB57D

Black with #DCB57D

Text Example


Text Example

White with #DCB57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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