Html Css Color HEX #D58F75 Feldspar

📋 copy color: '#D58F75'

red 213 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #D58F75

Tints of Feldspar #D58F75

RGB

 RED value IS 213 (83.59% from 255) = 45.03%

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

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

R = 45.03%
G = 30.23%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D58F75 (or 0xD58F75) is known color: Feldspar. HEX triplet: D5, 8F and 75. RGB value is (213,143,117). Sum of RGB (Red+Green+Blue) = 213+143+117=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F75 is #2A708A. Grayscale: #A1A1A1. Windows color (decimal): -2781323 or 7704533. OLE color: 7704533.

HSL color Cylindrical-coordinate representation of color #D58F75: hue angle of 16.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58F75 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 143 117 -
CMYK 0 0.33 0.45 0.16
HSL 16.25º 0.53% 0.65% -
HSV(B) 16.25º 0.45% 0.84% -
XYZ 40.47 35.08 21.47 -
YUV 160.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 213 143 117 0 0.33 0.45 0.16 16.25 0.53 0.65
Hex D5 8F 75 0 21 2D 10 10 35 41
Octal 325 217 165 0 41 55 20 20 65 101
Binary 11010101 10001111 1110101 0 100001 101101 10000 10000 110101 1000001

Color Harmonies of #D58F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F75

Black with #D58F75

Text Example


Text Example

White with #D58F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F75; }

 p { color: rgb(213,143,117); }

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

background-color css

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

 a { background-color: rgb(213,143,117); }

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

border-color css

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

 span { border-color: rgb(213,143,117); }

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