Html Css Color HEX #D2956E Feldspar

📋 copy color: '#D2956E'

red 210 ◦ green 149 ◦ blue 110

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

Shades of Feldspar #D2956E

Tints of Feldspar #D2956E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.45%

R = 44.78%
G = 31.77%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2956E (or 0xD2956E) is known color: Feldspar. HEX triplet: D2, 95 and 6E. RGB value is (210,149,110). Sum of RGB (Red+Green+Blue) = 210+149+110=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2956E is #2D6A91. Grayscale: #A3A3A3. Windows color (decimal): -2976402 or 7247314. OLE color: 7247314.

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

Color convert

RGB 210 149 110 -
CMYK 0 0.29 0.48 0.18
HSL 23.4º 0.53% 0.63% -
HSV(B) 23.4º 0.48% 0.82% -
XYZ 40.14 36.32 19.65 -
YUV 162.79 98.21 161.67 -
System Red Green Blue C M Y K H S L
Decimal 210 149 110 0 0.29 0.48 0.18 23.4 0.53 0.63
Hex D2 95 6E 0 1D 30 12 17 35 3F
Octal 322 225 156 0 35 60 22 27 65 77
Binary 11010010 10010101 1101110 0 11101 110000 10010 10111 110101 111111

Color Harmonies of #D2956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2956E

Black with #D2956E

Text Example


Text Example

White with #D2956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2956E; }

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

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

background-color css

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

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

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

border-color css

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

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

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