Html Css Color HEX #D7966D Feldspar

📋 copy color: '#D7966D'

red 215 ◦ green 150 ◦ blue 109

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

Shades of Feldspar #D7966D

Tints of Feldspar #D7966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.65%

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

R = 45.36%
G = 31.65%
B = 23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7966D (or 0xD7966D) is known color: Feldspar. HEX triplet: D7, 96 and 6D. RGB value is (215,150,109). Sum of RGB (Red+Green+Blue) = 215+150+109=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7966D is #286992. Grayscale: #A4A4A4. Windows color (decimal): -2648467 or 7182039. OLE color: 7182039.

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

Color convert

RGB 215 150 109 -
CMYK 0 0.30 0.49 0.16
HSL 23.21º 0.57% 0.64% -
HSV(B) 23.21º 0.49% 0.84% -
XYZ 41.69 37.36 19.48 -
YUV 164.76 96.53 163.83 -
System Red Green Blue C M Y K H S L
Decimal 215 150 109 0 0.30 0.49 0.16 23.21 0.57 0.64
Hex D7 96 6D 0 1E 31 10 17 39 40
Octal 327 226 155 0 36 61 20 27 71 100
Binary 11010111 10010110 1101101 0 11110 110001 10000 10111 111001 1000000

Color Harmonies of #D7966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7966D

Black with #D7966D

Text Example


Text Example

White with #D7966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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