Html Css Color HEX #D29D79 Feldspar

📋 copy color: '#D29D79'

red 210 ◦ green 157 ◦ blue 121

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

Shades of Feldspar #D29D79

Tints of Feldspar #D29D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

 BLUE value IS 121 (47.66% from 255) = 24.8%

R = 43.03%
G = 32.17%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D29D79 (or 0xD29D79) is known color: Feldspar. HEX triplet: D2, 9D and 79. RGB value is (210,157,121). Sum of RGB (Red+Green+Blue) = 210+157+121=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D79 is #2D6286. Grayscale: #A8A8A8. Windows color (decimal): -2974343 or 7970258. OLE color: 7970258.

HSL color Cylindrical-coordinate representation of color #D29D79: hue angle of 24.27º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D29D79 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 157 121 -
CMYK 0 0.25 0.42 0.18
HSL 24.27º 0.5% 0.65% -
HSV(B) 24.27º 0.42% 0.82% -
XYZ 42.09 39.2 23.44 -
YUV 168.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 210 157 121 0 0.25 0.42 0.18 24.27 0.5 0.65
Hex D2 9D 79 0 19 2A 12 18 32 41
Octal 322 235 171 0 31 52 22 30 62 101
Binary 11010010 10011101 1111001 0 11001 101010 10010 11000 110010 1000001

Color Harmonies of #D29D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D79

Black with #D29D79

Text Example


Text Example

White with #D29D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D79; }

 p { color: rgb(210,157,121); }

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

background-color css

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

 a { background-color: rgb(210,157,121); }

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

border-color css

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

 span { border-color: rgb(210,157,121); }

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