Html Css Color HEX #D7906F Feldspar

📋 copy color: '#D7906F'

red 215 ◦ green 144 ◦ blue 111

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

Shades of Feldspar #D7906F

Tints of Feldspar #D7906F

RGB

 RED value IS 215 (84.38% from 255) = 45.74%

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

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

R = 45.74%
G = 30.64%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7906F (or 0xD7906F) is known color: Feldspar. HEX triplet: D7, 90 and 6F. RGB value is (215,144,111). Sum of RGB (Red+Green+Blue) = 215+144+111=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7906F is #286F90. Grayscale: #A1A1A1. Windows color (decimal): -2650001 or 7311575. OLE color: 7311575.

HSL color Cylindrical-coordinate representation of color #D7906F: hue angle of 19.04º degrees, saturation: 0.57, 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 #D7906F is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 144 111 -
CMYK 0 0.33 0.48 0.16
HSL 19.04º 0.57% 0.64% -
HSV(B) 19.04º 0.48% 0.84% -
XYZ 40.87 35.54 19.75 -
YUV 161.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 215 144 111 0 0.33 0.48 0.16 19.04 0.57 0.64
Hex D7 90 6F 0 21 30 10 13 39 40
Octal 327 220 157 0 41 60 20 23 71 100
Binary 11010111 10010000 1101111 0 100001 110000 10000 10011 111001 1000000

Color Harmonies of #D7906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7906F

Black with #D7906F

Text Example


Text Example

White with #D7906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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