Html Css Color HEX #D09A73 Feldspar

📋 copy color: '#D09A73'

red 208 ◦ green 154 ◦ blue 115

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

Shades of Feldspar #D09A73

Tints of Feldspar #D09A73

RGB

 RED value IS 208 (81.64% from 255) = 43.61%

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

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

R = 43.61%
G = 32.29%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D09A73 (or 0xD09A73) is known color: Feldspar. HEX triplet: D0, 9A and 73. RGB value is (208,154,115). Sum of RGB (Red+Green+Blue) = 208+154+115=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A73 is #2F658C. Grayscale: #A5A5A5. Windows color (decimal): -3106189 or 7576272. OLE color: 7576272.

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

Color convert

RGB 208 154 115 -
CMYK 0 0.26 0.45 0.18
HSL 25.16º 0.5% 0.63% -
HSV(B) 25.16º 0.45% 0.82% -
XYZ 40.66 37.76 21.36 -
YUV 165.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 208 154 115 0 0.26 0.45 0.18 25.16 0.5 0.63
Hex D0 9A 73 0 1A 2D 12 19 32 3F
Octal 320 232 163 0 32 55 22 31 62 77
Binary 11010000 10011010 1110011 0 11010 101101 10010 11001 110010 111111

Color Harmonies of #D09A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A73

Black with #D09A73

Text Example


Text Example

White with #D09A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A73; }

 p { color: rgb(208,154,115); }

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

background-color css

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

 a { background-color: rgb(208,154,115); }

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

border-color css

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

 span { border-color: rgb(208,154,115); }

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