Html Css Color HEX #D5917C Feldspar

📋 copy color: '#D5917C'

red 213 ◦ green 145 ◦ blue 124

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

Shades of Feldspar #D5917C

Tints of Feldspar #D5917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.08%

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 44.19%
G = 30.08%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5917C (or 0xD5917C) is known color: Feldspar. HEX triplet: D5, 91 and 7C. RGB value is (213,145,124). Sum of RGB (Red+Green+Blue) = 213+145+124=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5917C is #2A6E83. Grayscale: #A3A3A3. Windows color (decimal): -2780804 or 8163797. OLE color: 8163797.

HSL color Cylindrical-coordinate representation of color #D5917C: hue angle of 14.16º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5917C is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 145 124 -
CMYK 0 0.32 0.42 0.16
HSL 14.16º 0.51% 0.66% -
HSV(B) 14.16º 0.42% 0.84% -
XYZ 41.2 35.85 23.82 -
YUV 162.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 213 145 124 0 0.32 0.42 0.16 14.16 0.51 0.66
Hex D5 91 7C 0 20 2A 10 E 33 42
Octal 325 221 174 0 40 52 20 16 63 102
Binary 11010101 10010001 1111100 0 100000 101010 10000 1110 110011 1000010

Color Harmonies of #D5917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5917C

Black with #D5917C

Text Example


Text Example

White with #D5917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5917C; }

 p { color: rgb(213,145,124); }

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

background-color css

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

 a { background-color: rgb(213,145,124); }

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

border-color css

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

 span { border-color: rgb(213,145,124); }

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