Html Css Color HEX #D7917B Feldspar

📋 copy color: '#D7917B'

red 215 ◦ green 145 ◦ blue 123

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

Shades of Feldspar #D7917B

Tints of Feldspar #D7917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.02%

 BLUE value IS 123 (48.44% from 255) = 25.47%

R = 44.51%
G = 30.02%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7917B (or 0xD7917B) is known color: Feldspar. HEX triplet: D7, 91 and 7B. RGB value is (215,145,123). Sum of RGB (Red+Green+Blue) = 215+145+123=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7917B is #286E84. Grayscale: #A3A3A3. Windows color (decimal): -2649733 or 8098263. OLE color: 8098263.

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

Color convert

RGB 215 145 123 -
CMYK 0 0.33 0.43 0.16
HSL 14.35º 0.53% 0.66% -
HSV(B) 14.35º 0.43% 0.84% -
XYZ 41.72 36.13 23.51 -
YUV 163.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 215 145 123 0 0.33 0.43 0.16 14.35 0.53 0.66
Hex D7 91 7B 0 21 2B 10 E 35 42
Octal 327 221 173 0 41 53 20 16 65 102
Binary 11010111 10010001 1111011 0 100001 101011 10000 1110 110101 1000010

Color Harmonies of #D7917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7917B

Black with #D7917B

Text Example


Text Example

White with #D7917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7917B; }

 p { color: rgb(215,145,123); }

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

background-color css

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

 a { background-color: rgb(215,145,123); }

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

border-color css

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

 span { border-color: rgb(215,145,123); }

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