#DDB377

Color #DDB377 Maize (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maize #DDB377

Tints of Maize #DDB377

Color information

#DDB377 (or 0xDDB377) is unknown color: approx Maize. HEX triplet: DD, B3 and 77. RGB value is (221,179,119). Sum of RGB (Red+Green+Blue) = 221+179+119=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB377 is #224C88. Grayscale: #B9B9B9. Windows color (decimal): -2247817 or 7844829. OLE color: 7844829.

HSL color Cylindrical-coordinate representation of color #DDB377: hue angle of 35.29º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDB377 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221179119-
CMYK00.190.460.13
HSL35.29º60%66.67%-
HSV(B)35.29º46.15%86.67%-
XYZ49.2748.9424.3-
YUV184.7290.91153.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 119 (46.88% from 255) = 22.93%
R=42.58%
G=34.49%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117911900.190.460.1335.296066.67
HexDDB3770132ED233c43
Octal33526316702356154374103
Binary1101110110110011111011101001110111011011000111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB377; }

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

 H1.HeaderClassName
 {
   color: #DDB377;
 }
 .AnyTagClassName
 {
   color: #DDB377;
 }
</style>
background-color css

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

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

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

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

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

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