#DDAB6F

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

Shades of Harvest Gold #DDAB6F

Tints of Harvest Gold #DDAB6F

Color information

#DDAB6F (or 0xDDAB6F) is unknown color: approx Harvest Gold. HEX triplet: DD, AB and 6F. RGB value is (221,171,111). Sum of RGB (Red+Green+Blue) = 221+171+111=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB6F is #225490. Grayscale: #B3B3B3. Windows color (decimal): -2249873 or 7318493. OLE color: 7318493.

HSL color Cylindrical-coordinate representation of color #DDAB6F: hue angle of 32.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDAB6F is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221171111-
CMYK00.230.500.13
HSL32.73º61.8%65.1%-
HSV(B)32.73º49.77%86.67%-
XYZ47.2545.6521.36-
YUV179.1189.56157.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 111 (43.75% from 255) = 22.07%
R=43.94%
G=34.00%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117111100.230.500.1332.7361.865.1
HexDDAB6F01732D213e41
Octal33525315702762154176101
Binary1101110110101011110111101011111001011011000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB6F; }

 p { color: rgb(221,171,111); }

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

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

 a { background-color: rgb(221,171,111); }

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

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

 span { border-color: rgb(221,171,111); }

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