#D29B80

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

Shades of Feldspar #D29B80

Tints of Feldspar #D29B80

Color information

#D29B80 (or 0xD29B80) is unknown color: approx Feldspar. HEX triplet: D2, 9B and 80. RGB value is (210,155,128). Sum of RGB (Red+Green+Blue) = 210+155+128=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B80 is #2D647F. Grayscale: #A8A8A8. Windows color (decimal): -2974848 or 8428498. OLE color: 8428498.

HSL color Cylindrical-coordinate representation of color #D29B80: hue angle of 19.76º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D29B80 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB210155128-
CMYK00.260.390.18
HSL19.76º47.67%66.27%-
HSV(B)19.76º39.05%82.35%-
XYZ42.238.725.67-
YUV168.37105.22157.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=42.60%
G=31.44%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015512800.260.390.1819.7647.6766.27
HexD29B8001A2712143042
Octal32223320003247222460102
Binary11010010100110111000000001101010011110010101001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29B80; }

 p { color: rgb(210,155,128); }

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

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

 a { background-color: rgb(210,155,128); }

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

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

 span { border-color: rgb(210,155,128); }

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