Html Css Color HEX #D2997F Feldspar

📋 copy color: '#D2997F'

red 210 ◦ green 153 ◦ blue 127

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

Shades of Feldspar #D2997F

Tints of Feldspar #D2997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.92%

R = 42.86%
G = 31.22%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2997F (or 0xD2997F) is known color: Feldspar. HEX triplet: D2, 99 and 7F. RGB value is (210,153,127). Sum of RGB (Red+Green+Blue) = 210+153+127=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2997F is #2D6680. Grayscale: #A7A7A7. Windows color (decimal): -2975361 or 8362450. OLE color: 8362450.

HSL color Cylindrical-coordinate representation of color #D2997F: hue angle of 18.8º 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 #D2997F is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 127 -
CMYK 0 0.27 0.40 0.18
HSL 18.8º 0.48% 0.66% -
HSV(B) 18.8º 0.4% 0.82% -
XYZ 41.8 38.02 25.21 -
YUV 167.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 210 153 127 0 0.27 0.40 0.18 18.8 0.48 0.66
Hex D2 99 7F 0 1B 28 12 13 30 42
Octal 322 231 177 0 33 50 22 23 60 102
Binary 11010010 10011001 1111111 0 11011 101000 10010 10011 110000 1000010

Color Harmonies of #D2997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2997F

Black with #D2997F

Text Example


Text Example

White with #D2997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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