Html Css Color HEX #D88F73 Feldspar

📋 copy color: '#D88F73'

red 216 ◦ green 143 ◦ blue 115

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

Shades of Feldspar #D88F73

Tints of Feldspar #D88F73

RGB

 RED value IS 216 (84.77% from 255) = 45.57%

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

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

R = 45.57%
G = 30.17%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D88F73 (or 0xD88F73) is known color: Feldspar. HEX triplet: D8, 8F and 73. RGB value is (216,143,115). Sum of RGB (Red+Green+Blue) = 216+143+115=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F73 is #27708C. Grayscale: #A1A1A1. Windows color (decimal): -2584717 or 7573464. OLE color: 7573464.

HSL color Cylindrical-coordinate representation of color #D88F73: hue angle of 16.63º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D88F73 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 143 115 -
CMYK 0 0.34 0.47 0.15
HSL 16.63º 0.56% 0.65% -
HSV(B) 16.63º 0.47% 0.85% -
XYZ 41.24 35.48 20.89 -
YUV 161.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 216 143 115 0 0.34 0.47 0.15 16.63 0.56 0.65
Hex D8 8F 73 0 22 2F F 11 38 41
Octal 330 217 163 0 42 57 17 21 70 101
Binary 11011000 10001111 1110011 0 100010 101111 1111 10001 111000 1000001

Color Harmonies of #D88F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F73

Black with #D88F73

Text Example


Text Example

White with #D88F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F73; }

 p { color: rgb(216,143,115); }

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

background-color css

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

 a { background-color: rgb(216,143,115); }

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

border-color css

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

 span { border-color: rgb(216,143,115); }

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