Html Css Color HEX #D48B6F Feldspar

📋 copy color: '#D48B6F'

red 212 ◦ green 139 ◦ blue 111

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

Shades of Feldspar #D48B6F

Tints of Feldspar #D48B6F

RGB

 RED value IS 212 (83.2% from 255) = 45.89%

 GREEN value IS 139 (54.69% from 255) = 30.09%

 BLUE value IS 111 (43.75% from 255) = 24.03%

R = 45.89%
G = 30.09%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D48B6F (or 0xD48B6F) is known color: Feldspar. HEX triplet: D4, 8B and 6F. RGB value is (212,139,111). Sum of RGB (Red+Green+Blue) = 212+139+111=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B6F is #2B7490. Grayscale: #9D9D9D. Windows color (decimal): -2847889 or 7310292. OLE color: 7310292.

HSL color Cylindrical-coordinate representation of color #D48B6F: hue angle of 16.63º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D48B6F is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 139 111 -
CMYK 0 0.34 0.48 0.17
HSL 16.63º 0.54% 0.63% -
HSV(B) 16.63º 0.48% 0.83% -
XYZ 39.25 33.61 19.46 -
YUV 157.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 212 139 111 0 0.34 0.48 0.17 16.63 0.54 0.63
Hex D4 8B 6F 0 22 30 11 11 36 3F
Octal 324 213 157 0 42 60 21 21 66 77
Binary 11010100 10001011 1101111 0 100010 110000 10001 10001 110110 111111

Color Harmonies of #D48B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B6F

Black with #D48B6F

Text Example


Text Example

White with #D48B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B6F; }

 p { color: rgb(212,139,111); }

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

background-color css

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

 a { background-color: rgb(212,139,111); }

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

border-color css

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

 span { border-color: rgb(212,139,111); }

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