Html Css Color HEX #D2956D Feldspar

📋 copy color: '#D2956D'

red 210 ◦ green 149 ◦ blue 109

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

Shades of Feldspar #D2956D

Tints of Feldspar #D2956D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 44.87%
G = 31.84%
B = 23.29%

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

#D2956D (or 0xD2956D) is known color: Feldspar. HEX triplet: D2, 95 and 6D. RGB value is (210,149,109). Sum of RGB (Red+Green+Blue) = 210+149+109=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2956D is #2D6A92. Grayscale: #A2A2A2. Windows color (decimal): -2976403 or 7181778. OLE color: 7181778.

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

Color convert

RGB 210 149 109 -
CMYK 0 0.29 0.48 0.18
HSL 23.76º 0.53% 0.63% -
HSV(B) 23.76º 0.48% 0.82% -
XYZ 40.09 36.3 19.36 -
YUV 162.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 210 149 109 0 0.29 0.48 0.18 23.76 0.53 0.63
Hex D2 95 6D 0 1D 30 12 18 35 3F
Octal 322 225 155 0 35 60 22 30 65 77
Binary 11010010 10010101 1101101 0 11101 110000 10010 11000 110101 111111

Color Harmonies of #D2956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2956D

Black with #D2956D

Text Example


Text Example

White with #D2956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2956D; }

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

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

background-color css

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

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

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

border-color css

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

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

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