Html Css Color HEX #D39C7E Feldspar

📋 copy color: '#D39C7E'

red 211 ◦ green 156 ◦ blue 126

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

Shades of Feldspar #D39C7E

Tints of Feldspar #D39C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.56%

R = 42.8%
G = 31.64%
B = 25.56%

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

#D39C7E (or 0xD39C7E) is known color: Feldspar. HEX triplet: D3, 9C and 7E. RGB value is (211,156,126). Sum of RGB (Red+Green+Blue) = 211+156+126=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39C7E is #2C6381. Grayscale: #A9A9A9. Windows color (decimal): -2909058 or 8297683. OLE color: 8297683.

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

Color convert

RGB 211 156 126 -
CMYK 0 0.26 0.40 0.17
HSL 21.18º 0.49% 0.66% -
HSV(B) 21.18º 0.4% 0.83% -
XYZ 42.52 39.13 25.05 -
YUV 169.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 211 156 126 0 0.26 0.40 0.17 21.18 0.49 0.66
Hex D3 9C 7E 0 1A 28 11 15 31 42
Octal 323 234 176 0 32 50 21 25 61 102
Binary 11010011 10011100 1111110 0 11010 101000 10001 10101 110001 1000010

Color Harmonies of #D39C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39C7E

Black with #D39C7E

Text Example


Text Example

White with #D39C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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