Html Css Color HEX #D89C75 Feldspar

📋 copy color: '#D89C75'

red 216 ◦ green 156 ◦ blue 117

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

Shades of Feldspar #D89C75

Tints of Feldspar #D89C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.9%

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

R = 44.17%
G = 31.9%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D89C75 (or 0xD89C75) is known color: Feldspar. HEX triplet: D8, 9C and 75. RGB value is (216,156,117). Sum of RGB (Red+Green+Blue) = 216+156+117=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C75 is #27638A. Grayscale: #A9A9A9. Windows color (decimal): -2581387 or 7707864. OLE color: 7707864.

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

Color convert

RGB 216 156 117 -
CMYK 0 0.28 0.46 0.15
HSL 23.64º 0.56% 0.65% -
HSV(B) 23.64º 0.46% 0.85% -
XYZ 43.42 39.66 22.2 -
YUV 169.49 98.38 161.17 -
System Red Green Blue C M Y K H S L
Decimal 216 156 117 0 0.28 0.46 0.15 23.64 0.56 0.65
Hex D8 9C 75 0 1C 2E F 18 38 41
Octal 330 234 165 0 34 56 17 30 70 101
Binary 11011000 10011100 1110101 0 11100 101110 1111 11000 111000 1000001

Color Harmonies of #D89C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C75

Black with #D89C75

Text Example


Text Example

White with #D89C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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