Html Css Color HEX #D6997B Feldspar

📋 copy color: '#D6997B'

red 214 ◦ green 153 ◦ blue 123

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

Shades of Feldspar #D6997B

Tints of Feldspar #D6997B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 43.67%
G = 31.22%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6997B (or 0xD6997B) is known color: Feldspar. HEX triplet: D6, 99 and 7B. RGB value is (214,153,123). Sum of RGB (Red+Green+Blue) = 214+153+123=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6997B is #296684. Grayscale: #A8A8A8. Windows color (decimal): -2713221 or 8100310. OLE color: 8100310.

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

Color convert

RGB 214 153 123 -
CMYK 0 0.29 0.43 0.16
HSL 19.78º 0.53% 0.66% -
HSV(B) 19.78º 0.43% 0.84% -
XYZ 42.7 38.51 23.92 -
YUV 167.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 214 153 123 0 0.29 0.43 0.16 19.78 0.53 0.66
Hex D6 99 7B 0 1D 2B 10 14 35 42
Octal 326 231 173 0 35 53 20 24 65 102
Binary 11010110 10011001 1111011 0 11101 101011 10000 10100 110101 1000010

Color Harmonies of #D6997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6997B

Black with #D6997B

Text Example


Text Example

White with #D6997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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