Html Css Color HEX #D2946F Feldspar

📋 copy color: '#D2946F'

red 210 ◦ green 148 ◦ blue 111

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

Shades of Feldspar #D2946F

Tints of Feldspar #D2946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 44.78%
G = 31.56%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2946F (or 0xD2946F) is known color: Feldspar. HEX triplet: D2, 94 and 6F. RGB value is (210,148,111). Sum of RGB (Red+Green+Blue) = 210+148+111=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2946F is #2D6B90. Grayscale: #A2A2A2. Windows color (decimal): -2976657 or 7312594. OLE color: 7312594.

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

Color convert

RGB 210 148 111 -
CMYK 0 0.30 0.47 0.18
HSL 22.42º 0.52% 0.63% -
HSV(B) 22.42º 0.47% 0.82% -
XYZ 40.04 36.03 19.88 -
YUV 162.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 210 148 111 0 0.30 0.47 0.18 22.42 0.52 0.63
Hex D2 94 6F 0 1E 2F 12 16 34 3F
Octal 322 224 157 0 36 57 22 26 64 77
Binary 11010010 10010100 1101111 0 11110 101111 10010 10110 110100 111111

Color Harmonies of #D2946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2946F

Black with #D2946F

Text Example


Text Example

White with #D2946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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