Html Css Color HEX #D7926E Feldspar

📋 copy color: '#D7926E'

red 215 ◦ green 146 ◦ blue 110

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

Shades of Feldspar #D7926E

Tints of Feldspar #D7926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31%

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 45.65%
G = 31%
B = 23.35%

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

#D7926E (or 0xD7926E) is known color: Feldspar. HEX triplet: D7, 92 and 6E. RGB value is (215,146,110). Sum of RGB (Red+Green+Blue) = 215+146+110=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7926E is #286D91. Grayscale: #A2A2A2. Windows color (decimal): -2649490 or 7246551. OLE color: 7246551.

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

Color convert

RGB 215 146 110 -
CMYK 0 0.32 0.49 0.16
HSL 20.57º 0.57% 0.64% -
HSV(B) 20.57º 0.49% 0.84% -
XYZ 41.12 36.13 19.56 -
YUV 162.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 215 146 110 0 0.32 0.49 0.16 20.57 0.57 0.64
Hex D7 92 6E 0 20 31 10 15 39 40
Octal 327 222 156 0 40 61 20 25 71 100
Binary 11010111 10010010 1101110 0 100000 110001 10000 10101 111001 1000000

Color Harmonies of #D7926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7926E

Black with #D7926E

Text Example


Text Example

White with #D7926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7926E; }

 p { color: rgb(215,146,110); }

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

background-color css

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

 a { background-color: rgb(215,146,110); }

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

border-color css

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

 span { border-color: rgb(215,146,110); }

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