Html Css Color HEX #D08F75 Feldspar

📋 copy color: '#D08F75'

red 208 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #D08F75

Tints of Feldspar #D08F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25%

R = 44.44%
G = 30.56%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D08F75 (or 0xD08F75) is known color: Feldspar. HEX triplet: D0, 8F and 75. RGB value is (208,143,117). Sum of RGB (Red+Green+Blue) = 208+143+117=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F75 is #2F708A. Grayscale: #9F9F9F. Windows color (decimal): -3109003 or 7704528. OLE color: 7704528.

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

Color convert

RGB 208 143 117 -
CMYK 0 0.31 0.44 0.18
HSL 17.14º 0.49% 0.64% -
HSV(B) 17.14º 0.44% 0.82% -
XYZ 39.05 34.34 21.4 -
YUV 159.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 208 143 117 0 0.31 0.44 0.18 17.14 0.49 0.64
Hex D0 8F 75 0 1F 2C 12 11 31 40
Octal 320 217 165 0 37 54 22 21 61 100
Binary 11010000 10001111 1110101 0 11111 101100 10010 10001 110001 1000000

Color Harmonies of #D08F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F75

Black with #D08F75

Text Example


Text Example

White with #D08F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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