Html Css Color HEX #D38A73 Feldspar

📋 copy color: '#D38A73'

red 211 ◦ green 138 ◦ blue 115

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

Shades of Feldspar #D38A73

Tints of Feldspar #D38A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.74%

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

R = 45.47%
G = 29.74%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D38A73 (or 0xD38A73) is known color: Feldspar. HEX triplet: D3, 8A and 73. RGB value is (211,138,115). Sum of RGB (Red+Green+Blue) = 211+138+115=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38A73 is #2C758C. Grayscale: #9D9D9D. Windows color (decimal): -2913677 or 7572179. OLE color: 7572179.

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

Color convert

RGB 211 138 115 -
CMYK 0 0.35 0.45 0.17
HSL 14.38º 0.52% 0.64% -
HSV(B) 14.38º 0.45% 0.83% -
XYZ 39.05 33.26 20.58 -
YUV 157.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 211 138 115 0 0.35 0.45 0.17 14.38 0.52 0.64
Hex D3 8A 73 0 23 2D 11 E 34 40
Octal 323 212 163 0 43 55 21 16 64 100
Binary 11010011 10001010 1110011 0 100011 101101 10001 1110 110100 1000000

Color Harmonies of #D38A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A73

Black with #D38A73

Text Example


Text Example

White with #D38A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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