Html Css Color HEX #D29A77 Feldspar

📋 copy color: '#D29A77'

red 210 ◦ green 154 ◦ blue 119

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

Shades of Feldspar #D29A77

Tints of Feldspar #D29A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.64%

R = 43.48%
G = 31.88%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D29A77 (or 0xD29A77) is known color: Feldspar. HEX triplet: D2, 9A and 77. RGB value is (210,154,119). Sum of RGB (Red+Green+Blue) = 210+154+119=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A77 is #2D6588. Grayscale: #A6A6A6. Windows color (decimal): -2975113 or 7838418. OLE color: 7838418.

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

Color convert

RGB 210 154 119 -
CMYK 0 0.27 0.43 0.18
HSL 23.08º 0.5% 0.65% -
HSV(B) 23.08º 0.43% 0.82% -
XYZ 41.46 38.14 22.63 -
YUV 166.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 210 154 119 0 0.27 0.43 0.18 23.08 0.5 0.65
Hex D2 9A 77 0 1B 2B 12 17 32 41
Octal 322 232 167 0 33 53 22 27 62 101
Binary 11010010 10011010 1110111 0 11011 101011 10010 10111 110010 1000001

Color Harmonies of #D29A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A77

Black with #D29A77

Text Example


Text Example

White with #D29A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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