Html Css Color HEX #D5997A Feldspar

📋 copy color: '#D5997A'

red 213 ◦ green 153 ◦ blue 122

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

Shades of Feldspar #D5997A

Tints of Feldspar #D5997A

RGB

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

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

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

R = 43.65%
G = 31.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5997A (or 0xD5997A) is known color: Feldspar. HEX triplet: D5, 99 and 7A. RGB value is (213,153,122). Sum of RGB (Red+Green+Blue) = 213+153+122=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5997A is #2A6685. Grayscale: #A7A7A7. Windows color (decimal): -2778758 or 8034773. OLE color: 8034773.

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

Color convert

RGB 213 153 122 -
CMYK 0 0.28 0.43 0.16
HSL 20.44º 0.52% 0.66% -
HSV(B) 20.44º 0.43% 0.84% -
XYZ 42.34 38.33 23.58 -
YUV 167.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 213 153 122 0 0.28 0.43 0.16 20.44 0.52 0.66
Hex D5 99 7A 0 1C 2B 10 14 34 42
Octal 325 231 172 0 34 53 20 24 64 102
Binary 11010101 10011001 1111010 0 11100 101011 10000 10100 110100 1000010

Color Harmonies of #D5997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5997A

Black with #D5997A

Text Example


Text Example

White with #D5997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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