Html Css Color HEX #D08F78 Feldspar

📋 copy color: '#D08F78'

red 208 ◦ green 143 ◦ blue 120

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

Shades of Feldspar #D08F78

Tints of Feldspar #D08F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.48%

R = 44.16%
G = 30.36%
B = 25.48%

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

#D08F78 (or 0xD08F78) is known color: Feldspar. HEX triplet: D0, 8F and 78. RGB value is (208,143,120). Sum of RGB (Red+Green+Blue) = 208+143+120=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F78 is #2F7087. Grayscale: #9F9F9F. Windows color (decimal): -3109000 or 7901136. OLE color: 7901136.

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

Color convert

RGB 208 143 120 -
CMYK 0 0.31 0.42 0.18
HSL 15.68º 0.48% 0.64% -
HSV(B) 15.68º 0.42% 0.82% -
XYZ 39.23 34.41 22.34 -
YUV 159.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 208 143 120 0 0.31 0.42 0.18 15.68 0.48 0.64
Hex D0 8F 78 0 1F 2A 12 10 30 40
Octal 320 217 170 0 37 52 22 20 60 100
Binary 11010000 10001111 1111000 0 11111 101010 10010 10000 110000 1000000

Color Harmonies of #D08F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F78

Black with #D08F78

Text Example


Text Example

White with #D08F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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