Html Css Color HEX #D48B76 Feldspar

📋 copy color: '#D48B76'

red 212 ◦ green 139 ◦ blue 118

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

Shades of Feldspar #D48B76

Tints of Feldspar #D48B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.16%

R = 45.2%
G = 29.64%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D48B76 (or 0xD48B76) is known color: Feldspar. HEX triplet: D4, 8B and 76. RGB value is (212,139,118). Sum of RGB (Red+Green+Blue) = 212+139+118=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B76 is #2B7489. Grayscale: #9E9E9E. Windows color (decimal): -2847882 or 7769044. OLE color: 7769044.

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

Color convert

RGB 212 139 118 -
CMYK 0 0.34 0.44 0.17
HSL 13.4º 0.52% 0.65% -
HSV(B) 13.4º 0.44% 0.83% -
XYZ 39.65 33.77 21.57 -
YUV 158.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 212 139 118 0 0.34 0.44 0.17 13.4 0.52 0.65
Hex D4 8B 76 0 22 2C 11 D 34 41
Octal 324 213 166 0 42 54 21 15 64 101
Binary 11010100 10001011 1110110 0 100010 101100 10001 1101 110100 1000001

Color Harmonies of #D48B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B76

Black with #D48B76

Text Example


Text Example

White with #D48B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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