Html Css Color HEX #D7926D Feldspar

📋 copy color: '#D7926D'

red 215 ◦ green 146 ◦ blue 109

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

Shades of Feldspar #D7926D

Tints of Feldspar #D7926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 45.74%
G = 31.06%
B = 23.19%

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

#D7926D (or 0xD7926D) is known color: Feldspar. HEX triplet: D7, 92 and 6D. RGB value is (215,146,109). Sum of RGB (Red+Green+Blue) = 215+146+109=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7926D is #286D92. Grayscale: #A2A2A2. Windows color (decimal): -2649491 or 7181015. OLE color: 7181015.

HSL color Cylindrical-coordinate representation of color #D7926D: hue angle of 20.94º 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 #D7926D is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 146 109 -
CMYK 0 0.32 0.49 0.16
HSL 20.94º 0.57% 0.64% -
HSV(B) 20.94º 0.49% 0.84% -
XYZ 41.06 36.11 19.27 -
YUV 162.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 215 146 109 0 0.32 0.49 0.16 20.94 0.57 0.64
Hex D7 92 6D 0 20 31 10 15 39 40
Octal 327 222 155 0 40 61 20 25 71 100
Binary 11010111 10010010 1101101 0 100000 110001 10000 10101 111001 1000000

Color Harmonies of #D7926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7926D

Black with #D7926D

Text Example


Text Example

White with #D7926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7926D; }

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

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

background-color css

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

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

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

border-color css

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

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

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