Html Css Color HEX #DCB577 Maize

📋 copy color: '#DCB577'

red 220 ◦ green 181 ◦ blue 119

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

Shades of Maize #DCB577

Tints of Maize #DCB577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.88%

R = 42.31%
G = 34.81%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCB577 (or 0xDCB577) is known color: Maize. HEX triplet: DC, B5 and 77. RGB value is (220,181,119). Sum of RGB (Red+Green+Blue) = 220+181+119=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB577 is #234A88. Grayscale: #B9B9B9. Windows color (decimal): -2312841 or 7845340. OLE color: 7845340.

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

Color convert

RGB 220 181 119 -
CMYK 0 0.18 0.46 0.14
HSL 36.83º 0.59% 0.66% -
HSV(B) 36.83º 0.46% 0.86% -
XYZ 49.37 49.6 24.42 -
YUV 185.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 220 181 119 0 0.18 0.46 0.14 36.83 0.59 0.66
Hex DC B5 77 0 12 2E E 25 3B 42
Octal 334 265 167 0 22 56 16 45 73 102
Binary 11011100 10110101 1110111 0 10010 101110 1110 100101 111011 1000010

Color Harmonies of #DCB577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB577

Black with #DCB577

Text Example


Text Example

White with #DCB577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB577; }

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

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

background-color css

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

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

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

border-color css

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

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

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