Html Css Color HEX #D6996D Feldspar

📋 copy color: '#D6996D'

red 214 ◦ green 153 ◦ blue 109

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

Shades of Feldspar #D6996D

Tints of Feldspar #D6996D

RGB

 RED value IS 214 (83.98% from 255) = 44.96%

 GREEN value IS 153 (60.16% from 255) = 32.14%

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

R = 44.96%
G = 32.14%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6996D (or 0xD6996D) is known color: Feldspar. HEX triplet: D6, 99 and 6D. RGB value is (214,153,109). Sum of RGB (Red+Green+Blue) = 214+153+109=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6996D is #296692. Grayscale: #A6A6A6. Windows color (decimal): -2713235 or 7182806. OLE color: 7182806.

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

Color convert

RGB 214 153 109 -
CMYK 0 0.29 0.49 0.16
HSL 25.14º 0.56% 0.63% -
HSV(B) 25.14º 0.49% 0.84% -
XYZ 41.88 38.18 19.63 -
YUV 166.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 214 153 109 0 0.29 0.49 0.16 25.14 0.56 0.63
Hex D6 99 6D 0 1D 31 10 19 38 3F
Octal 326 231 155 0 35 61 20 31 70 77
Binary 11010110 10011001 1101101 0 11101 110001 10000 11001 111000 111111

Color Harmonies of #D6996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6996D

Black with #D6996D

Text Example


Text Example

White with #D6996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6996D; }

 p { color: rgb(214,153,109); }

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

background-color css

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

 a { background-color: rgb(214,153,109); }

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

border-color css

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

 span { border-color: rgb(214,153,109); }

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