Html Css Color HEX #D5917A Feldspar

📋 copy color: '#D5917A'

red 213 ◦ green 145 ◦ blue 122

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

Shades of Feldspar #D5917A

Tints of Feldspar #D5917A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.42%

R = 44.38%
G = 30.21%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5917A (or 0xD5917A) is known color: Feldspar. HEX triplet: D5, 91 and 7A. RGB value is (213,145,122). Sum of RGB (Red+Green+Blue) = 213+145+122=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5917A is #2A6E85. Grayscale: #A2A2A2. Windows color (decimal): -2780806 or 8032725. OLE color: 8032725.

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

Color convert

RGB 213 145 122 -
CMYK 0 0.32 0.43 0.16
HSL 15.16º 0.52% 0.66% -
HSV(B) 15.16º 0.43% 0.84% -
XYZ 41.08 35.8 23.16 -
YUV 162.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 213 145 122 0 0.32 0.43 0.16 15.16 0.52 0.66
Hex D5 91 7A 0 20 2B 10 F 34 42
Octal 325 221 172 0 40 53 20 17 64 102
Binary 11010101 10010001 1111010 0 100000 101011 10000 1111 110100 1000010

Color Harmonies of #D5917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5917A

Black with #D5917A

Text Example


Text Example

White with #D5917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5917A; }

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

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

background-color css

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

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

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

border-color css

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

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

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