Html Css Color HEX #D89A75 Feldspar

📋 copy color: '#D89A75'

red 216 ◦ green 154 ◦ blue 117

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

Shades of Feldspar #D89A75

Tints of Feldspar #D89A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.62%

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

R = 44.35%
G = 31.62%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D89A75 (or 0xD89A75) is known color: Feldspar. HEX triplet: D8, 9A and 75. RGB value is (216,154,117). Sum of RGB (Red+Green+Blue) = 216+154+117=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A75 is #27658A. Grayscale: #A8A8A8. Windows color (decimal): -2581899 or 7707352. OLE color: 7707352.

HSL color Cylindrical-coordinate representation of color #D89A75: hue angle of 22.42º 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 #D89A75 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 154 117 -
CMYK 0 0.29 0.46 0.15
HSL 22.42º 0.56% 0.65% -
HSV(B) 22.42º 0.46% 0.85% -
XYZ 43.09 38.99 22.09 -
YUV 168.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 216 154 117 0 0.29 0.46 0.15 22.42 0.56 0.65
Hex D8 9A 75 0 1D 2E F 16 38 41
Octal 330 232 165 0 35 56 17 26 70 101
Binary 11011000 10011010 1110101 0 11101 101110 1111 10110 111000 1000001

Color Harmonies of #D89A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A75

Black with #D89A75

Text Example


Text Example

White with #D89A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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