Html Css Color HEX #D39C7F Feldspar

📋 copy color: '#D39C7F'

red 211 ◦ green 156 ◦ blue 127

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

Shades of Feldspar #D39C7F

Tints of Feldspar #D39C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.58%

 BLUE value IS 127 (50% from 255) = 25.71%

R = 42.71%
G = 31.58%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D39C7F (or 0xD39C7F) is known color: Feldspar. HEX triplet: D3, 9C and 7F. RGB value is (211,156,127). Sum of RGB (Red+Green+Blue) = 211+156+127=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39C7F is #2C6380. Grayscale: #A9A9A9. Windows color (decimal): -2909057 or 8363219. OLE color: 8363219.

HSL color Cylindrical-coordinate representation of color #D39C7F: hue angle of 20.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D39C7F is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 156 127 -
CMYK 0 0.26 0.40 0.17
HSL 20.71º 0.49% 0.66% -
HSV(B) 20.71º 0.4% 0.83% -
XYZ 42.58 39.16 25.39 -
YUV 169.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 211 156 127 0 0.26 0.40 0.17 20.71 0.49 0.66
Hex D3 9C 7F 0 1A 28 11 15 31 42
Octal 323 234 177 0 32 50 21 25 61 102
Binary 11010011 10011100 1111111 0 11010 101000 10001 10101 110001 1000010

Color Harmonies of #D39C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39C7F

Black with #D39C7F

Text Example


Text Example

White with #D39C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39C7F; }

 p { color: rgb(211,156,127); }

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

background-color css

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

 a { background-color: rgb(211,156,127); }

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

border-color css

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

 span { border-color: rgb(211,156,127); }

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