Html Css Color HEX #DCB57A Maize

📋 copy color: '#DCB57A'

red 220 ◦ green 181 ◦ blue 122

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

Shades of Maize #DCB57A

Tints of Maize #DCB57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.33%

R = 42.07%
G = 34.61%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCB57A (or 0xDCB57A) is known color: Maize. HEX triplet: DC, B5 and 7A. RGB value is (220,181,122). Sum of RGB (Red+Green+Blue) = 220+181+122=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB57A is #234A85. Grayscale: #BABABA. Windows color (decimal): -2312838 or 8041948. OLE color: 8041948.

HSL color Cylindrical-coordinate representation of color #DCB57A: hue angle of 36.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCB57A is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 181 122 -
CMYK 0 0.18 0.45 0.14
HSL 36.12º 0.58% 0.67% -
HSV(B) 36.12º 0.45% 0.86% -
XYZ 49.55 49.67 25.39 -
YUV 185.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 220 181 122 0 0.18 0.45 0.14 36.12 0.58 0.67
Hex DC B5 7A 0 12 2D E 24 3A 43
Octal 334 265 172 0 22 55 16 44 72 103
Binary 11011100 10110101 1111010 0 10010 101101 1110 100100 111010 1000011

Color Harmonies of #DCB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB57A

Black with #DCB57A

Text Example


Text Example

White with #DCB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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