Html Css Color HEX #D29A6E Feldspar

📋 copy color: '#D29A6E'

red 210 ◦ green 154 ◦ blue 110

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

Shades of Feldspar #D29A6E

Tints of Feldspar #D29A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 44.3%
G = 32.49%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D29A6E (or 0xD29A6E) is known color: Feldspar. HEX triplet: D2, 9A and 6E. RGB value is (210,154,110). Sum of RGB (Red+Green+Blue) = 210+154+110=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A6E is #2D6591. Grayscale: #A5A5A5. Windows color (decimal): -2975122 or 7248594. OLE color: 7248594.

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

Color convert

RGB 210 154 110 -
CMYK 0 0.27 0.48 0.18
HSL 26.4º 0.53% 0.63% -
HSV(B) 26.4º 0.48% 0.82% -
XYZ 40.95 37.94 19.92 -
YUV 165.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 210 154 110 0 0.27 0.48 0.18 26.4 0.53 0.63
Hex D2 9A 6E 0 1B 30 12 1A 35 3F
Octal 322 232 156 0 33 60 22 32 65 77
Binary 11010010 10011010 1101110 0 11011 110000 10010 11010 110101 111111

Color Harmonies of #D29A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A6E

Black with #D29A6E

Text Example


Text Example

White with #D29A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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