Html Css Color HEX #D2946E Feldspar

📋 copy color: '#D2946E'

red 210 ◦ green 148 ◦ blue 110

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

Shades of Feldspar #D2946E

Tints of Feldspar #D2946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.62%

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

R = 44.87%
G = 31.62%
B = 23.5%

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

#D2946E (or 0xD2946E) is known color: Feldspar. HEX triplet: D2, 94 and 6E. RGB value is (210,148,110). Sum of RGB (Red+Green+Blue) = 210+148+110=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2946E is #2D6B91. Grayscale: #A2A2A2. Windows color (decimal): -2976658 or 7247058. OLE color: 7247058.

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

Color convert

RGB 210 148 110 -
CMYK 0 0.30 0.48 0.18
HSL 22.8º 0.53% 0.63% -
HSV(B) 22.8º 0.48% 0.82% -
XYZ 39.98 36.01 19.59 -
YUV 162.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 210 148 110 0 0.30 0.48 0.18 22.8 0.53 0.63
Hex D2 94 6E 0 1E 30 12 17 35 3F
Octal 322 224 156 0 36 60 22 27 65 77
Binary 11010010 10010100 1101110 0 11110 110000 10010 10111 110101 111111

Color Harmonies of #D2946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2946E

Black with #D2946E

Text Example


Text Example

White with #D2946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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