Html Css Color HEX #D6997A Feldspar

📋 copy color: '#D6997A'

red 214 ◦ green 153 ◦ blue 122

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

Shades of Feldspar #D6997A

Tints of Feldspar #D6997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.95%

R = 43.76%
G = 31.29%
B = 24.95%

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

#D6997A (or 0xD6997A) is known color: Feldspar. HEX triplet: D6, 99 and 7A. RGB value is (214,153,122). Sum of RGB (Red+Green+Blue) = 214+153+122=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6997A is #296685. Grayscale: #A7A7A7. Windows color (decimal): -2713222 or 8034774. OLE color: 8034774.

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

Color convert

RGB 214 153 122 -
CMYK 0 0.29 0.43 0.16
HSL 20.22º 0.53% 0.66% -
HSV(B) 20.22º 0.43% 0.84% -
XYZ 42.64 38.48 23.59 -
YUV 167.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 214 153 122 0 0.29 0.43 0.16 20.22 0.53 0.66
Hex D6 99 7A 0 1D 2B 10 14 35 42
Octal 326 231 172 0 35 53 20 24 65 102
Binary 11010110 10011001 1111010 0 11101 101011 10000 10100 110101 1000010

Color Harmonies of #D6997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6997A

Black with #D6997A

Text Example


Text Example

White with #D6997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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