#DDB678

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

Shades of Maize #DDB678

Tints of Maize #DDB678

Color information

#DDB678 (or 0xDDB678) is unknown color: approx Maize. HEX triplet: DD, B6 and 78. RGB value is (221,182,120). Sum of RGB (Red+Green+Blue) = 221+182+120=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB678 is #224987. Grayscale: #BABABA. Windows color (decimal): -2247048 or 7911133. OLE color: 7911133.

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

Color convert

RGB221182120-
CMYK00.180.460.13
HSL36.83º59.76%66.86%-
HSV(B)36.83º45.7%86.67%-
XYZ49.9450.1824.82-
YUV186.5990.42152.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 182 (71.48% from 255) = 34.80%
BLUE value IS 120 (47.27% from 255) = 22.94%
R=42.26%
G=34.80%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118212000.180.460.1336.8359.7666.86
HexDDB6780122ED253c43
Octal33526617002256154574103
Binary1101110110110110111100001001010111011011001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB678; }

 p { color: rgb(221,182,120); }

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

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

 a { background-color: rgb(221,182,120); }

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

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

 span { border-color: rgb(221,182,120); }

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