Html Css Color HEX #D29C71 Feldspar

📋 copy color: '#D29C71'

red 210 ◦ green 156 ◦ blue 113

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

Shades of Feldspar #D29C71

Tints of Feldspar #D29C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.59%

R = 43.84%
G = 32.57%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D29C71 (or 0xD29C71) is known color: Feldspar. HEX triplet: D2, 9C and 71. RGB value is (210,156,113). Sum of RGB (Red+Green+Blue) = 210+156+113=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C71 is #2D638E. Grayscale: #A7A7A7. Windows color (decimal): -2974607 or 7445714. OLE color: 7445714.

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

Color convert

RGB 210 156 113 -
CMYK 0 0.26 0.46 0.18
HSL 26.6º 0.52% 0.63% -
HSV(B) 26.6º 0.46% 0.82% -
XYZ 41.45 38.67 20.9 -
YUV 167.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 210 156 113 0 0.26 0.46 0.18 26.6 0.52 0.63
Hex D2 9C 71 0 1A 2E 12 1B 34 3F
Octal 322 234 161 0 32 56 22 33 64 77
Binary 11010010 10011100 1110001 0 11010 101110 10010 11011 110100 111111

Color Harmonies of #D29C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C71

Black with #D29C71

Text Example


Text Example

White with #D29C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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