Html Css Color HEX #D29D73 Feldspar

📋 copy color: '#D29D73'

red 210 ◦ green 157 ◦ blue 115

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

Shades of Feldspar #D29D73

Tints of Feldspar #D29D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 43.57%
G = 32.57%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D29D73 (or 0xD29D73) is known color: Feldspar. HEX triplet: D2, 9D and 73. RGB value is (210,157,115). Sum of RGB (Red+Green+Blue) = 210+157+115=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D73 is #2D628C. Grayscale: #A8A8A8. Windows color (decimal): -2974349 or 7577042. OLE color: 7577042.

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

Color convert

RGB 210 157 115 -
CMYK 0 0.25 0.45 0.18
HSL 26.53º 0.51% 0.64% -
HSV(B) 26.53º 0.45% 0.82% -
XYZ 41.73 39.05 21.56 -
YUV 168.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 210 157 115 0 0.25 0.45 0.18 26.53 0.51 0.64
Hex D2 9D 73 0 19 2D 12 1B 33 40
Octal 322 235 163 0 31 55 22 33 63 100
Binary 11010010 10011101 1110011 0 11001 101101 10010 11011 110011 1000000

Color Harmonies of #D29D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D73

Black with #D29D73

Text Example


Text Example

White with #D29D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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