Html Css Color HEX #D5917B Feldspar

📋 copy color: '#D5917B'

red 213 ◦ green 145 ◦ blue 123

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

Shades of Feldspar #D5917B

Tints of Feldspar #D5917B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.57%

R = 44.28%
G = 30.15%
B = 25.57%

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

#D5917B (or 0xD5917B) is known color: Feldspar. HEX triplet: D5, 91 and 7B. RGB value is (213,145,123). Sum of RGB (Red+Green+Blue) = 213+145+123=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5917B is #2A6E84. Grayscale: #A2A2A2. Windows color (decimal): -2780805 or 8098261. OLE color: 8098261.

HSL color Cylindrical-coordinate representation of color #D5917B: hue angle of 14.67º degrees, saturation: 0.52, 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 #D5917B is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 145 123 -
CMYK 0 0.32 0.42 0.16
HSL 14.67º 0.52% 0.66% -
HSV(B) 14.67º 0.42% 0.84% -
XYZ 41.14 35.83 23.49 -
YUV 162.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 213 145 123 0 0.32 0.42 0.16 14.67 0.52 0.66
Hex D5 91 7B 0 20 2A 10 F 34 42
Octal 325 221 173 0 40 52 20 17 64 102
Binary 11010101 10010001 1111011 0 100000 101010 10000 1111 110100 1000010

Color Harmonies of #D5917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5917B

Black with #D5917B

Text Example


Text Example

White with #D5917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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