Html Css Color HEX #D2997E Feldspar

📋 copy color: '#D2997E'

red 210 ◦ green 153 ◦ blue 126

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

Shades of Feldspar #D2997E

Tints of Feldspar #D2997E

RGB

 RED value IS 210 (82.42% from 255) = 42.94%

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

 BLUE value IS 126 (49.61% from 255) = 25.77%

R = 42.94%
G = 31.29%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2997E (or 0xD2997E) is known color: Feldspar. HEX triplet: D2, 99 and 7E. RGB value is (210,153,126). Sum of RGB (Red+Green+Blue) = 210+153+126=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D2997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2997E is #2D6681. Grayscale: #A7A7A7. Windows color (decimal): -2975362 or 8296914. OLE color: 8296914.

HSL color Cylindrical-coordinate representation of color #D2997E: hue angle of 19.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2997E is Cyan = 0, Magento = 0.27, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 126 -
CMYK 0 0.27 0.4 0.18
HSL 19.29º 0.48% 0.66% -
HSV(B) 19.29º 0.4% 0.82% -
XYZ 41.74 37.99 24.87 -
YUV 166.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 210 153 126 0 0.27 0.4 0.18 19.29 0.48 0.66
Hex D2 99 7E 0 1B 28 12 13 30 42
Octal 322 231 176 0 33 50 22 23 60 102
Binary 11010010 10011001 1111110 0 11011 101000 10010 10011 110000 1000010

Color Harmonies of #D2997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2997E

Black with #D2997E

Text Example


Text Example

White with #D2997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2997E; }

 p { color: rgb(210,153,126); }

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

background-color css

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

 a { background-color: rgb(210,153,126); }

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

border-color css

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

 span { border-color: rgb(210,153,126); }

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