Html Css Color HEX #D29A73 Feldspar

📋 copy color: '#D29A73'

red 210 ◦ green 154 ◦ blue 115

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

Shades of Feldspar #D29A73

Tints of Feldspar #D29A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.01%

R = 43.84%
G = 32.15%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D29A73 (or 0xD29A73) is known color: Feldspar. HEX triplet: D2, 9A and 73. RGB value is (210,154,115). Sum of RGB (Red+Green+Blue) = 210+154+115=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A73 is #2D658C. Grayscale: #A6A6A6. Windows color (decimal): -2975117 or 7576274. OLE color: 7576274.

HSL color Cylindrical-coordinate representation of color #D29A73: hue angle of 24.63º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D29A73 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 115 -
CMYK 0 0.27 0.45 0.18
HSL 24.63º 0.51% 0.64% -
HSV(B) 24.63º 0.45% 0.82% -
XYZ 41.23 38.05 21.39 -
YUV 166.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 210 154 115 0 0.27 0.45 0.18 24.63 0.51 0.64
Hex D2 9A 73 0 1B 2D 12 19 33 40
Octal 322 232 163 0 33 55 22 31 63 100
Binary 11010010 10011010 1110011 0 11011 101101 10010 11001 110011 1000000

Color Harmonies of #D29A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A73

Black with #D29A73

Text Example


Text Example

White with #D29A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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