Html Css Color HEX #D08D73 Feldspar

📋 copy color: '#D08D73'

red 208 ◦ green 141 ◦ blue 115

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

Shades of Feldspar #D08D73

Tints of Feldspar #D08D73

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.39%

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

R = 44.83%
G = 30.39%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D08D73 (or 0xD08D73) is known color: Feldspar. HEX triplet: D0, 8D and 73. RGB value is (208,141,115). Sum of RGB (Red+Green+Blue) = 208+141+115=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D73 is #2F728C. Grayscale: #9E9E9E. Windows color (decimal): -3109517 or 7572944. OLE color: 7572944.

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

Color convert

RGB 208 141 115 -
CMYK 0 0.32 0.45 0.18
HSL 16.77º 0.5% 0.63% -
HSV(B) 16.77º 0.45% 0.82% -
XYZ 38.63 33.7 20.69 -
YUV 158.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 208 141 115 0 0.32 0.45 0.18 16.77 0.5 0.63
Hex D0 8D 73 0 20 2D 12 11 32 3F
Octal 320 215 163 0 40 55 22 21 62 77
Binary 11010000 10001101 1110011 0 100000 101101 10010 10001 110010 111111

Color Harmonies of #D08D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D73

Black with #D08D73

Text Example


Text Example

White with #D08D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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