Html Css Color HEX #D5906E Feldspar

📋 copy color: '#D5906E'

red 213 ◦ green 144 ◦ blue 110

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

Shades of Feldspar #D5906E

Tints of Feldspar #D5906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.84%

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 45.61%
G = 30.84%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5906E (or 0xD5906E) is known color: Feldspar. HEX triplet: D5, 90 and 6E. RGB value is (213,144,110). Sum of RGB (Red+Green+Blue) = 213+144+110=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5906E is #2A6F91. Grayscale: #A0A0A0. Windows color (decimal): -2781074 or 7246037. OLE color: 7246037.

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

Color convert

RGB 213 144 110 -
CMYK 0 0.32 0.48 0.16
HSL 19.81º 0.55% 0.63% -
HSV(B) 19.81º 0.48% 0.84% -
XYZ 40.23 35.22 19.43 -
YUV 160.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 213 144 110 0 0.32 0.48 0.16 19.81 0.55 0.63
Hex D5 90 6E 0 20 30 10 14 37 3F
Octal 325 220 156 0 40 60 20 24 67 77
Binary 11010101 10010000 1101110 0 100000 110000 10000 10100 110111 111111

Color Harmonies of #D5906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5906E

Black with #D5906E

Text Example


Text Example

White with #D5906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5906E; }

 p { color: rgb(213,144,110); }

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

background-color css

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

 a { background-color: rgb(213,144,110); }

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

border-color css

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

 span { border-color: rgb(213,144,110); }

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