Html Css Color HEX #DCB377 Maize

📋 copy color: '#DCB377'

red 220 ◦ green 179 ◦ blue 119

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

Shades of Maize #DCB377

Tints of Maize #DCB377

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

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

R = 42.47%
G = 34.56%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCB377 (or 0xDCB377) is known color: Maize. HEX triplet: DC, B3 and 77. RGB value is (220,179,119). Sum of RGB (Red+Green+Blue) = 220+179+119=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB377 is #234C88. Grayscale: #B8B8B8. Windows color (decimal): -2313353 or 7844828. OLE color: 7844828.

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

Color convert

RGB 220 179 119 -
CMYK 0 0.19 0.46 0.14
HSL 35.64º 0.59% 0.66% -
HSV(B) 35.64º 0.46% 0.86% -
XYZ 48.97 48.79 24.29 -
YUV 184.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 220 179 119 0 0.19 0.46 0.14 35.64 0.59 0.66
Hex DC B3 77 0 13 2E E 24 3B 42
Octal 334 263 167 0 23 56 16 44 73 102
Binary 11011100 10110011 1110111 0 10011 101110 1110 100100 111011 1000010

Color Harmonies of #DCB377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB377

Black with #DCB377

Text Example


Text Example

White with #DCB377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB377; }

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

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

background-color css

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

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

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

border-color css

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

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

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