Html Css Color HEX #D89475 Feldspar

📋 copy color: '#D89475'

red 216 ◦ green 148 ◦ blue 117

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

Shades of Feldspar #D89475

Tints of Feldspar #D89475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

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

R = 44.91%
G = 30.77%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D89475 (or 0xD89475) is known color: Feldspar. HEX triplet: D8, 94 and 75. RGB value is (216,148,117). Sum of RGB (Red+Green+Blue) = 216+148+117=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D89475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89475 is #276B8A. Grayscale: #A4A4A4. Windows color (decimal): -2583435 or 7705816. OLE color: 7705816.

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

Color convert

RGB 216 148 117 -
CMYK 0 0.31 0.46 0.15
HSL 18.79º 0.56% 0.65% -
HSV(B) 18.79º 0.46% 0.85% -
XYZ 42.12 37.06 21.76 -
YUV 164.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 216 148 117 0 0.31 0.46 0.15 18.79 0.56 0.65
Hex D8 94 75 0 1F 2E F 13 38 41
Octal 330 224 165 0 37 56 17 23 70 101
Binary 11011000 10010100 1110101 0 11111 101110 1111 10011 111000 1000001

Color Harmonies of #D89475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89475

Black with #D89475

Text Example


Text Example

White with #D89475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89475; }

 p { color: rgb(216,148,117); }

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

background-color css

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

 a { background-color: rgb(216,148,117); }

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

border-color css

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

 span { border-color: rgb(216,148,117); }

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