Html Css Color HEX #D39B75 Feldspar

📋 copy color: '#D39B75'

red 211 ◦ green 155 ◦ blue 117

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

Shades of Feldspar #D39B75

Tints of Feldspar #D39B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.22%

R = 43.69%
G = 32.09%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D39B75 (or 0xD39B75) is known color: Feldspar. HEX triplet: D3, 9B and 75. RGB value is (211,155,117). Sum of RGB (Red+Green+Blue) = 211+155+117=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39B75 is #2C648A. Grayscale: #A7A7A7. Windows color (decimal): -2909323 or 7707603. OLE color: 7707603.

HSL color Cylindrical-coordinate representation of color #D39B75: hue angle of 24.26º 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 #D39B75 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 155 117 -
CMYK 0 0.27 0.45 0.17
HSL 24.26º 0.52% 0.64% -
HSV(B) 24.26º 0.45% 0.83% -
XYZ 41.8 38.58 22.07 -
YUV 167.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 211 155 117 0 0.27 0.45 0.17 24.26 0.52 0.64
Hex D3 9B 75 0 1B 2D 11 18 34 40
Octal 323 233 165 0 33 55 21 30 64 100
Binary 11010011 10011011 1110101 0 11011 101101 10001 11000 110100 1000000

Color Harmonies of #D39B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39B75

Black with #D39B75

Text Example


Text Example

White with #D39B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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