Html Css Color HEX #D88F77 Feldspar

📋 copy color: '#D88F77'

red 216 ◦ green 143 ◦ blue 119

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

Shades of Feldspar #D88F77

Tints of Feldspar #D88F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 45.19%
G = 29.92%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D88F77 (or 0xD88F77) is known color: Feldspar. HEX triplet: D8, 8F and 77. RGB value is (216,143,119). Sum of RGB (Red+Green+Blue) = 216+143+119=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F77 is #277088. Grayscale: #A2A2A2. Windows color (decimal): -2584713 or 7835608. OLE color: 7835608.

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

Color convert

RGB 216 143 119 -
CMYK 0 0.34 0.45 0.15
HSL 14.85º 0.55% 0.66% -
HSV(B) 14.85º 0.45% 0.85% -
XYZ 41.47 35.58 22.13 -
YUV 162.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 216 143 119 0 0.34 0.45 0.15 14.85 0.55 0.66
Hex D8 8F 77 0 22 2D F F 37 42
Octal 330 217 167 0 42 55 17 17 67 102
Binary 11011000 10001111 1110111 0 100010 101101 1111 1111 110111 1000010

Color Harmonies of #D88F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F77

Black with #D88F77

Text Example


Text Example

White with #D88F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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