Html Css Color HEX #D5957A Feldspar

📋 copy color: '#D5957A'

red 213 ◦ green 149 ◦ blue 122

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

Shades of Feldspar #D5957A

Tints of Feldspar #D5957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.79%

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

R = 44.01%
G = 30.79%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5957A (or 0xD5957A) is known color: Feldspar. HEX triplet: D5, 95 and 7A. RGB value is (213,149,122). Sum of RGB (Red+Green+Blue) = 213+149+122=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5957A is #2A6A85. Grayscale: #A5A5A5. Windows color (decimal): -2779782 or 8033749. OLE color: 8033749.

HSL color Cylindrical-coordinate representation of color #D5957A: hue angle of 17.8º 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 #D5957A is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 122 -
CMYK 0 0.30 0.43 0.16
HSL 17.8º 0.52% 0.66% -
HSV(B) 17.8º 0.43% 0.84% -
XYZ 41.7 37.05 23.37 -
YUV 165.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 213 149 122 0 0.30 0.43 0.16 17.8 0.52 0.66
Hex D5 95 7A 0 1E 2B 10 12 34 42
Octal 325 225 172 0 36 53 20 22 64 102
Binary 11010101 10010101 1111010 0 11110 101011 10000 10010 110100 1000010

Color Harmonies of #D5957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5957A

Black with #D5957A

Text Example


Text Example

White with #D5957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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