Html Css Color HEX #D5906F Feldspar

📋 copy color: '#D5906F'

red 213 ◦ green 144 ◦ blue 111

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

Shades of Feldspar #D5906F

Tints of Feldspar #D5906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.72%

R = 45.51%
G = 30.77%
B = 23.72%

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

#D5906F (or 0xD5906F) is known color: Feldspar. HEX triplet: D5, 90 and 6F. RGB value is (213,144,111). Sum of RGB (Red+Green+Blue) = 213+144+111=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5906F is #2A6F90. Grayscale: #A1A1A1. Windows color (decimal): -2781073 or 7311573. OLE color: 7311573.

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

Color convert

RGB 213 144 111 -
CMYK 0 0.32 0.48 0.16
HSL 19.41º 0.55% 0.64% -
HSV(B) 19.41º 0.48% 0.84% -
XYZ 40.28 35.24 19.72 -
YUV 160.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 213 144 111 0 0.32 0.48 0.16 19.41 0.55 0.64
Hex D5 90 6F 0 20 30 10 13 37 40
Octal 325 220 157 0 40 60 20 23 67 100
Binary 11010101 10010000 1101111 0 100000 110000 10000 10011 110111 1000000

Color Harmonies of #D5906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5906F

Black with #D5906F

Text Example


Text Example

White with #D5906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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