Html Css Color HEX #D39273 Feldspar

📋 copy color: '#D39273'

red 211 ◦ green 146 ◦ blue 115

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

Shades of Feldspar #D39273

Tints of Feldspar #D39273

RGB

 RED value IS 211 (82.81% from 255) = 44.7%

 GREEN value IS 146 (57.42% from 255) = 30.93%

 BLUE value IS 115 (45.31% from 255) = 24.36%

R = 44.7%
G = 30.93%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D39273 (or 0xD39273) is known color: Feldspar. HEX triplet: D3, 92 and 73. RGB value is (211,146,115). Sum of RGB (Red+Green+Blue) = 211+146+115=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D39273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39273 is #2C6D8C. Grayscale: #A2A2A2. Windows color (decimal): -2911629 or 7574227. OLE color: 7574227.

HSL color Cylindrical-coordinate representation of color #D39273: hue angle of 19.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D39273 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 146 115 -
CMYK 0 0.31 0.45 0.17
HSL 19.38º 0.52% 0.64% -
HSV(B) 19.38º 0.45% 0.83% -
XYZ 40.24 35.64 20.98 -
YUV 161.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 211 146 115 0 0.31 0.45 0.17 19.38 0.52 0.64
Hex D3 92 73 0 1F 2D 11 13 34 40
Octal 323 222 163 0 37 55 21 23 64 100
Binary 11010011 10010010 1110011 0 11111 101101 10001 10011 110100 1000000

Color Harmonies of #D39273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39273

Black with #D39273

Text Example


Text Example

White with #D39273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39273; }

 p { color: rgb(211,146,115); }

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

background-color css

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

 a { background-color: rgb(211,146,115); }

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

border-color css

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

 span { border-color: rgb(211,146,115); }

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