Html Css Color HEX #D29A80 Feldspar

📋 copy color: '#D29A80'

red 210 ◦ green 154 ◦ blue 128

#D29A80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #D29A80

Tints of Feldspar #D29A80

RGB

 RED value IS 210 (82.42% from 255) = 42.68%

 GREEN value IS 154 (60.55% from 255) = 31.3%

 BLUE value IS 128 (50.39% from 255) = 26.02%

R = 42.68%
G = 31.3%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D29A80 (or 0xD29A80) is known color: Feldspar. HEX triplet: D2, 9A and 80. RGB value is (210,154,128). Sum of RGB (Red+Green+Blue) = 210+154+128=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A80 is #2D657F. Grayscale: #A7A7A7. Windows color (decimal): -2975104 or 8428242. OLE color: 8428242.

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

Color convert

RGB 210 154 128 -
CMYK 0 0.27 0.39 0.18
HSL 19.02º 0.48% 0.66% -
HSV(B) 19.02º 0.39% 0.82% -
XYZ 42.03 38.37 25.61 -
YUV 167.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 210 154 128 0 0.27 0.39 0.18 19.02 0.48 0.66
Hex D2 9A 80 0 1B 27 12 13 30 42
Octal 322 232 200 0 33 47 22 23 60 102
Binary 11010010 10011010 10000000 0 11011 100111 10010 10011 110000 1000010

Color Harmonies of #D29A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A80

Black with #D29A80

Text Example


Text Example

White with #D29A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A80; }

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

 H1.HeaderClassName
 {
   color: #D29A80;
 }
 .AnyTagClassName
 {
   color: #D29A80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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