Html Css Color HEX #D38D79 Feldspar

📋 copy color: '#D38D79'

red 211 ◦ green 141 ◦ blue 121

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

Shades of Feldspar #D38D79

Tints of Feldspar #D38D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.58%

R = 44.61%
G = 29.81%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D38D79 (or 0xD38D79) is known color: Feldspar. HEX triplet: D3, 8D and 79. RGB value is (211,141,121). Sum of RGB (Red+Green+Blue) = 211+141+121=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D79 is #2C7286. Grayscale: #9F9F9F. Windows color (decimal): -2912903 or 7966163. OLE color: 7966163.

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

Color convert

RGB 211 141 121 -
CMYK 0 0.33 0.43 0.17
HSL 13.33º 0.51% 0.65% -
HSV(B) 13.33º 0.43% 0.83% -
XYZ 39.84 34.28 22.61 -
YUV 159.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 211 141 121 0 0.33 0.43 0.17 13.33 0.51 0.65
Hex D3 8D 79 0 21 2B 11 D 33 41
Octal 323 215 171 0 41 53 21 15 63 101
Binary 11010011 10001101 1111001 0 100001 101011 10001 1101 110011 1000001

Color Harmonies of #D38D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D79

Black with #D38D79

Text Example


Text Example

White with #D38D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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