Html Css Color HEX #D5937A Feldspar

📋 copy color: '#D5937A'

red 213 ◦ green 147 ◦ blue 122

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

Shades of Feldspar #D5937A

Tints of Feldspar #D5937A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.5%

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

R = 44.19%
G = 30.5%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5937A (or 0xD5937A) is known color: Feldspar. HEX triplet: D5, 93 and 7A. RGB value is (213,147,122). Sum of RGB (Red+Green+Blue) = 213+147+122=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5937A is #2A6C85. Grayscale: #A4A4A4. Windows color (decimal): -2780294 or 8033237. OLE color: 8033237.

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

Color convert

RGB 213 147 122 -
CMYK 0 0.31 0.43 0.16
HSL 16.48º 0.52% 0.66% -
HSV(B) 16.48º 0.43% 0.84% -
XYZ 41.39 36.42 23.26 -
YUV 163.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 213 147 122 0 0.31 0.43 0.16 16.48 0.52 0.66
Hex D5 93 7A 0 1F 2B 10 10 34 42
Octal 325 223 172 0 37 53 20 20 64 102
Binary 11010101 10010011 1111010 0 11111 101011 10000 10000 110100 1000010

Color Harmonies of #D5937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5937A

Black with #D5937A

Text Example


Text Example

White with #D5937A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5937A; }

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

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

background-color css

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

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

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

border-color css

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

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

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