Html Css Color HEX #D5997C Feldspar

📋 copy color: '#D5997C'

red 213 ◦ green 153 ◦ blue 124

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

Shades of Feldspar #D5997C

Tints of Feldspar #D5997C

RGB

 RED value IS 213 (83.59% from 255) = 43.47%

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

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 43.47%
G = 31.22%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5997C (or 0xD5997C) is known color: Feldspar. HEX triplet: D5, 99 and 7C. RGB value is (213,153,124). Sum of RGB (Red+Green+Blue) = 213+153+124=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5997C is #2A6683. Grayscale: #A7A7A7. Windows color (decimal): -2778756 or 8165845. OLE color: 8165845.

HSL color Cylindrical-coordinate representation of color #D5997C: hue angle of 19.55º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5997C is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 124 -
CMYK 0 0.28 0.42 0.16
HSL 19.55º 0.51% 0.66% -
HSV(B) 19.55º 0.42% 0.84% -
XYZ 42.47 38.38 24.24 -
YUV 167.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 213 153 124 0 0.28 0.42 0.16 19.55 0.51 0.66
Hex D5 99 7C 0 1C 2A 10 14 33 42
Octal 325 231 174 0 34 52 20 24 63 102
Binary 11010101 10011001 1111100 0 11100 101010 10000 10100 110011 1000010

Color Harmonies of #D5997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5997C

Black with #D5997C

Text Example


Text Example

White with #D5997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5997C; }

 p { color: rgb(213,153,124); }

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

background-color css

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

 a { background-color: rgb(213,153,124); }

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

border-color css

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

 span { border-color: rgb(213,153,124); }

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