Html Css Color HEX #D08F79 Feldspar

📋 copy color: '#D08F79'

red 208 ◦ green 143 ◦ blue 121

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

Shades of Feldspar #D08F79

Tints of Feldspar #D08F79

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

 BLUE value IS 121 (47.66% from 255) = 25.64%

R = 44.07%
G = 30.3%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D08F79 (or 0xD08F79) is known color: Feldspar. HEX triplet: D0, 8F and 79. RGB value is (208,143,121). Sum of RGB (Red+Green+Blue) = 208+143+121=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F79 is #2F7086. Grayscale: #A0A0A0. Windows color (decimal): -3108999 or 7966672. OLE color: 7966672.

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

Color convert

RGB 208 143 121 -
CMYK 0 0.31 0.42 0.18
HSL 15.17º 0.48% 0.65% -
HSV(B) 15.17º 0.42% 0.82% -
XYZ 39.29 34.44 22.67 -
YUV 159.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 208 143 121 0 0.31 0.42 0.18 15.17 0.48 0.65
Hex D0 8F 79 0 1F 2A 12 F 30 41
Octal 320 217 171 0 37 52 22 17 60 101
Binary 11010000 10001111 1111001 0 11111 101010 10010 1111 110000 1000001

Color Harmonies of #D08F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F79

Black with #D08F79

Text Example


Text Example

White with #D08F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F79; }

 p { color: rgb(208,143,121); }

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

background-color css

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

 a { background-color: rgb(208,143,121); }

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

border-color css

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

 span { border-color: rgb(208,143,121); }

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