Html Css Color HEX #D29C77 Feldspar

📋 copy color: '#D29C77'

red 210 ◦ green 156 ◦ blue 119

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

Shades of Feldspar #D29C77

Tints of Feldspar #D29C77

RGB

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

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

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

R = 43.3%
G = 32.16%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D29C77 (or 0xD29C77) is known color: Feldspar. HEX triplet: D2, 9C and 77. RGB value is (210,156,119). Sum of RGB (Red+Green+Blue) = 210+156+119=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C77 is #2D6388. Grayscale: #A8A8A8. Windows color (decimal): -2974601 or 7838930. OLE color: 7838930.

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

Color convert

RGB 210 156 119 -
CMYK 0 0.26 0.43 0.18
HSL 24.4º 0.5% 0.65% -
HSV(B) 24.4º 0.43% 0.82% -
XYZ 41.8 38.81 22.74 -
YUV 167.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 210 156 119 0 0.26 0.43 0.18 24.4 0.5 0.65
Hex D2 9C 77 0 1A 2B 12 18 32 41
Octal 322 234 167 0 32 53 22 30 62 101
Binary 11010010 10011100 1110111 0 11010 101011 10010 11000 110010 1000001

Color Harmonies of #D29C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C77

Black with #D29C77

Text Example


Text Example

White with #D29C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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