Html Css Color HEX #D29D76 Feldspar

📋 copy color: '#D29D76'

red 210 ◦ green 157 ◦ blue 118

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

Shades of Feldspar #D29D76

Tints of Feldspar #D29D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 43.3%
G = 32.37%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D29D76 (or 0xD29D76) is known color: Feldspar. HEX triplet: D2, 9D and 76. RGB value is (210,157,118). Sum of RGB (Red+Green+Blue) = 210+157+118=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D76 is #2D6289. Grayscale: #A8A8A8. Windows color (decimal): -2974346 or 7773650. OLE color: 7773650.

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

Color convert

RGB 210 157 118 -
CMYK 0 0.25 0.44 0.18
HSL 25.43º 0.51% 0.64% -
HSV(B) 25.43º 0.44% 0.82% -
XYZ 41.91 39.12 22.48 -
YUV 168.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 210 157 118 0 0.25 0.44 0.18 25.43 0.51 0.64
Hex D2 9D 76 0 19 2C 12 19 33 40
Octal 322 235 166 0 31 54 22 31 63 100
Binary 11010010 10011101 1110110 0 11001 101100 10010 11001 110011 1000000

Color Harmonies of #D29D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D76

Black with #D29D76

Text Example


Text Example

White with #D29D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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