Html Css Color HEX #D38D73 Feldspar

📋 copy color: '#D38D73'

red 211 ◦ green 141 ◦ blue 115

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

Shades of Feldspar #D38D73

Tints of Feldspar #D38D73

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.19%

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

R = 45.18%
G = 30.19%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D38D73 (or 0xD38D73) is known color: Feldspar. HEX triplet: D3, 8D and 73. RGB value is (211,141,115). Sum of RGB (Red+Green+Blue) = 211+141+115=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D73 is #2C728C. Grayscale: #9F9F9F. Windows color (decimal): -2912909 or 7572947. OLE color: 7572947.

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

Color convert

RGB 211 141 115 -
CMYK 0 0.33 0.45 0.17
HSL 16.25º 0.52% 0.64% -
HSV(B) 16.25º 0.45% 0.83% -
XYZ 39.48 34.14 20.73 -
YUV 158.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 211 141 115 0 0.33 0.45 0.17 16.25 0.52 0.64
Hex D3 8D 73 0 21 2D 11 10 34 40
Octal 323 215 163 0 41 55 21 20 64 100
Binary 11010011 10001101 1110011 0 100001 101101 10001 10000 110100 1000000

Color Harmonies of #D38D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D73

Black with #D38D73

Text Example


Text Example

White with #D38D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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