#D29F69

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

Shades of Fallow #D29F69

Tints of Fallow #D29F69

Color information

#D29F69 (or 0xD29F69) is unknown color: approx Fallow. HEX triplet: D2, 9F and 69. RGB value is (210,159,105). Sum of RGB (Red+Green+Blue) = 210+159+105=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F69 is #2D6096. Grayscale: #A8A8A8. Windows color (decimal): -2973847 or 6922194. OLE color: 6922194.

HSL color Cylindrical-coordinate representation of color #D29F69: hue angle of 30.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D29F69 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210159105-
CMYK00.240.500.18
HSL30.86º53.85%61.76%-
HSV(B)30.86º50%82.35%-
XYZ41.5339.5218.8-
YUV168.0992.4157.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=44.30%
G=33.54%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015910500.240.500.1830.8653.8561.76
HexD29F6901832121f363e
Octal3222371510306222376676
Binary110100101001111111010010110001100101001011111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29F69; }

 p { color: rgb(210,159,105); }

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

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

 a { background-color: rgb(210,159,105); }

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

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

 span { border-color: rgb(210,159,105); }

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