Html Css Color HEX #D7917A Feldspar

📋 copy color: '#D7917A'

red 215 ◦ green 145 ◦ blue 122

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

Shades of Feldspar #D7917A

Tints of Feldspar #D7917A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.31%

R = 44.61%
G = 30.08%
B = 25.31%

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

#D7917A (or 0xD7917A) is known color: Feldspar. HEX triplet: D7, 91 and 7A. RGB value is (215,145,122). Sum of RGB (Red+Green+Blue) = 215+145+122=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7917A is #286E85. Grayscale: #A3A3A3. Windows color (decimal): -2649734 or 8032727. OLE color: 8032727.

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

Color convert

RGB 215 145 122 -
CMYK 0 0.33 0.43 0.16
HSL 14.84º 0.54% 0.66% -
HSV(B) 14.84º 0.43% 0.84% -
XYZ 41.66 36.1 23.19 -
YUV 163.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 215 145 122 0 0.33 0.43 0.16 14.84 0.54 0.66
Hex D7 91 7A 0 21 2B 10 F 36 42
Octal 327 221 172 0 41 53 20 17 66 102
Binary 11010111 10010001 1111010 0 100001 101011 10000 1111 110110 1000010

Color Harmonies of #D7917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7917A

Black with #D7917A

Text Example


Text Example

White with #D7917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7917A; }

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

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

background-color css

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

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

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

border-color css

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

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

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