Html Css Color HEX #D29A76 Feldspar

📋 copy color: '#D29A76'

red 210 ◦ green 154 ◦ blue 118

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

Shades of Feldspar #D29A76

Tints of Feldspar #D29A76

RGB

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

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

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

R = 43.57%
G = 31.95%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D29A76 (or 0xD29A76) is known color: Feldspar. HEX triplet: D2, 9A and 76. RGB value is (210,154,118). Sum of RGB (Red+Green+Blue) = 210+154+118=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A76 is #2D6589. Grayscale: #A6A6A6. Windows color (decimal): -2975114 or 7772882. OLE color: 7772882.

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

Color convert

RGB 210 154 118 -
CMYK 0 0.27 0.44 0.18
HSL 23.48º 0.51% 0.64% -
HSV(B) 23.48º 0.44% 0.82% -
XYZ 41.4 38.12 22.32 -
YUV 166.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 210 154 118 0 0.27 0.44 0.18 23.48 0.51 0.64
Hex D2 9A 76 0 1B 2C 12 17 33 40
Octal 322 232 166 0 33 54 22 27 63 100
Binary 11010010 10011010 1110110 0 11011 101100 10010 10111 110011 1000000

Color Harmonies of #D29A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A76

Black with #D29A76

Text Example


Text Example

White with #D29A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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