Html Css Color HEX #D2936D Feldspar

📋 copy color: '#D2936D'

red 210 ◦ green 147 ◦ blue 109

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

Shades of Feldspar #D2936D

Tints of Feldspar #D2936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.55%

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

R = 45.06%
G = 31.55%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2936D (or 0xD2936D) is known color: Feldspar. HEX triplet: D2, 93 and 6D. RGB value is (210,147,109). Sum of RGB (Red+Green+Blue) = 210+147+109=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2936D is #2D6C92. Grayscale: #A1A1A1. Windows color (decimal): -2976915 or 7181266. OLE color: 7181266.

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

Color convert

RGB 210 147 109 -
CMYK 0 0.30 0.48 0.18
HSL 22.57º 0.53% 0.63% -
HSV(B) 22.57º 0.48% 0.82% -
XYZ 39.77 35.67 19.26 -
YUV 161.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 210 147 109 0 0.30 0.48 0.18 22.57 0.53 0.63
Hex D2 93 6D 0 1E 30 12 17 35 3F
Octal 322 223 155 0 36 60 22 27 65 77
Binary 11010010 10010011 1101101 0 11110 110000 10010 10111 110101 111111

Color Harmonies of #D2936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2936D

Black with #D2936D

Text Example


Text Example

White with #D2936D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2936D; }

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

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

background-color css

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

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

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

border-color css

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

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

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