Html Css Color HEX #D2977B Feldspar

📋 copy color: '#D2977B'

red 210 ◦ green 151 ◦ blue 123

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

Shades of Feldspar #D2977B

Tints of Feldspar #D2977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.2%

 BLUE value IS 123 (48.44% from 255) = 25.41%

R = 43.39%
G = 31.2%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2977B (or 0xD2977B) is known color: Feldspar. HEX triplet: D2, 97 and 7B. RGB value is (210,151,123). Sum of RGB (Red+Green+Blue) = 210+151+123=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2977B is #2D6884. Grayscale: #A5A5A5. Windows color (decimal): -2975877 or 8099794. OLE color: 8099794.

HSL color Cylindrical-coordinate representation of color #D2977B: hue angle of 19.31º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2977B is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 151 123 -
CMYK 0 0.28 0.41 0.18
HSL 19.31º 0.49% 0.65% -
HSV(B) 19.31º 0.41% 0.82% -
XYZ 41.22 37.26 23.76 -
YUV 165.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 210 151 123 0 0.28 0.41 0.18 19.31 0.49 0.65
Hex D2 97 7B 0 1C 29 12 13 31 41
Octal 322 227 173 0 34 51 22 23 61 101
Binary 11010010 10010111 1111011 0 11100 101001 10010 10011 110001 1000001

Color Harmonies of #D2977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2977B

Black with #D2977B

Text Example


Text Example

White with #D2977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2977B; }

 p { color: rgb(210,151,123); }

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

background-color css

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

 a { background-color: rgb(210,151,123); }

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

border-color css

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

 span { border-color: rgb(210,151,123); }

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