Html Css Color HEX #D88F78 Feldspar

📋 copy color: '#D88F78'

red 216 ◦ green 143 ◦ blue 120

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

Shades of Feldspar #D88F78

Tints of Feldspar #D88F78

RGB

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

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

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

R = 45.09%
G = 29.85%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D88F78 (or 0xD88F78) is known color: Feldspar. HEX triplet: D8, 8F and 78. RGB value is (216,143,120). Sum of RGB (Red+Green+Blue) = 216+143+120=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F78 is #277087. Grayscale: #A2A2A2. Windows color (decimal): -2584712 or 7901144. OLE color: 7901144.

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

Color convert

RGB 216 143 120 -
CMYK 0 0.34 0.44 0.15
HSL 14.38º 0.55% 0.66% -
HSV(B) 14.38º 0.44% 0.85% -
XYZ 41.53 35.6 22.45 -
YUV 162.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 216 143 120 0 0.34 0.44 0.15 14.38 0.55 0.66
Hex D8 8F 78 0 22 2C F E 37 42
Octal 330 217 170 0 42 54 17 16 67 102
Binary 11011000 10001111 1111000 0 100010 101100 1111 1110 110111 1000010

Color Harmonies of #D88F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F78

Black with #D88F78

Text Example


Text Example

White with #D88F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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