Html Css Color HEX #D39B76 Feldspar

📋 copy color: '#D39B76'

red 211 ◦ green 155 ◦ blue 118

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

Shades of Feldspar #D39B76

Tints of Feldspar #D39B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.02%

 BLUE value IS 118 (46.48% from 255) = 24.38%

R = 43.6%
G = 32.02%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D39B76 (or 0xD39B76) is known color: Feldspar. HEX triplet: D3, 9B and 76. RGB value is (211,155,118). Sum of RGB (Red+Green+Blue) = 211+155+118=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39B76 is #2C6489. Grayscale: #A7A7A7. Windows color (decimal): -2909322 or 7773139. OLE color: 7773139.

HSL color Cylindrical-coordinate representation of color #D39B76: hue angle of 23.87º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D39B76 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 155 118 -
CMYK 0 0.27 0.44 0.17
HSL 23.87º 0.51% 0.65% -
HSV(B) 23.87º 0.44% 0.83% -
XYZ 41.86 38.6 22.38 -
YUV 167.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 211 155 118 0 0.27 0.44 0.17 23.87 0.51 0.65
Hex D3 9B 76 0 1B 2C 11 18 33 41
Octal 323 233 166 0 33 54 21 30 63 101
Binary 11010011 10011011 1110110 0 11011 101100 10001 11000 110011 1000001

Color Harmonies of #D39B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39B76

Black with #D39B76

Text Example


Text Example

White with #D39B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39B76; }

 p { color: rgb(211,155,118); }

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

background-color css

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

 a { background-color: rgb(211,155,118); }

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

border-color css

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

 span { border-color: rgb(211,155,118); }

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