Html Css Color HEX #D29C79 Feldspar

📋 copy color: '#D29C79'

red 210 ◦ green 156 ◦ blue 121

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

Shades of Feldspar #D29C79

Tints of Feldspar #D29C79

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.03%

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

R = 43.12%
G = 32.03%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D29C79 (or 0xD29C79) is known color: Feldspar. HEX triplet: D2, 9C and 79. RGB value is (210,156,121). Sum of RGB (Red+Green+Blue) = 210+156+121=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C79 is #2D6386. Grayscale: #A8A8A8. Windows color (decimal): -2974599 or 7970002. OLE color: 7970002.

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

Color convert

RGB 210 156 121 -
CMYK 0 0.26 0.42 0.18
HSL 23.6º 0.5% 0.65% -
HSV(B) 23.6º 0.42% 0.82% -
XYZ 41.92 38.86 23.38 -
YUV 168.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 210 156 121 0 0.26 0.42 0.18 23.6 0.5 0.65
Hex D2 9C 79 0 1A 2A 12 18 32 41
Octal 322 234 171 0 32 52 22 30 62 101
Binary 11010010 10011100 1111001 0 11010 101010 10010 11000 110010 1000001

Color Harmonies of #D29C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C79

Black with #D29C79

Text Example


Text Example

White with #D29C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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