Html Css Color HEX #D5906D Feldspar

📋 copy color: '#D5906D'

red 213 ◦ green 144 ◦ blue 109

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

Shades of Feldspar #D5906D

Tints of Feldspar #D5906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 45.71%
G = 30.9%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5906D (or 0xD5906D) is known color: Feldspar. HEX triplet: D5, 90 and 6D. RGB value is (213,144,109). Sum of RGB (Red+Green+Blue) = 213+144+109=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5906D is #2A6F92. Grayscale: #A0A0A0. Windows color (decimal): -2781075 or 7180501. OLE color: 7180501.

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

Color convert

RGB 213 144 109 -
CMYK 0 0.32 0.49 0.16
HSL 20.19º 0.55% 0.63% -
HSV(B) 20.19º 0.49% 0.84% -
XYZ 40.17 35.2 19.14 -
YUV 160.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 213 144 109 0 0.32 0.49 0.16 20.19 0.55 0.63
Hex D5 90 6D 0 20 31 10 14 37 3F
Octal 325 220 155 0 40 61 20 24 67 77
Binary 11010101 10010000 1101101 0 100000 110001 10000 10100 110111 111111

Color Harmonies of #D5906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5906D

Black with #D5906D

Text Example


Text Example

White with #D5906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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