Html Css Color HEX #D2957B Feldspar

📋 copy color: '#D2957B'

red 210 ◦ green 149 ◦ blue 123

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

Shades of Feldspar #D2957B

Tints of Feldspar #D2957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

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

R = 43.57%
G = 30.91%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2957B (or 0xD2957B) is known color: Feldspar. HEX triplet: D2, 95 and 7B. RGB value is (210,149,123). Sum of RGB (Red+Green+Blue) = 210+149+123=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2957B is #2D6A84. Grayscale: #A4A4A4. Windows color (decimal): -2976389 or 8099282. OLE color: 8099282.

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

Color convert

RGB 210 149 123 -
CMYK 0 0.29 0.41 0.18
HSL 17.93º 0.49% 0.65% -
HSV(B) 17.93º 0.41% 0.82% -
XYZ 40.9 36.63 23.65 -
YUV 164.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 210 149 123 0 0.29 0.41 0.18 17.93 0.49 0.65
Hex D2 95 7B 0 1D 29 12 12 31 41
Octal 322 225 173 0 35 51 22 22 61 101
Binary 11010010 10010101 1111011 0 11101 101001 10010 10010 110001 1000001

Color Harmonies of #D2957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2957B

Black with #D2957B

Text Example


Text Example

White with #D2957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2957B; }

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

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

background-color css

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

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

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

border-color css

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

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

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