Html Css Color HEX #D48A76 Feldspar

📋 copy color: '#D48A76'

red 212 ◦ green 138 ◦ blue 118

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

Shades of Feldspar #D48A76

Tints of Feldspar #D48A76

RGB

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

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

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

R = 45.3%
G = 29.49%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D48A76 (or 0xD48A76) is known color: Feldspar. HEX triplet: D4, 8A and 76. RGB value is (212,138,118). Sum of RGB (Red+Green+Blue) = 212+138+118=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A76 is #2B7589. Grayscale: #9D9D9D. Windows color (decimal): -2848138 or 7768788. OLE color: 7768788.

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

Color convert

RGB 212 138 118 -
CMYK 0 0.35 0.44 0.17
HSL 12.77º 0.52% 0.65% -
HSV(B) 12.77º 0.44% 0.83% -
XYZ 39.51 33.48 21.52 -
YUV 157.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 212 138 118 0 0.35 0.44 0.17 12.77 0.52 0.65
Hex D4 8A 76 0 23 2C 11 D 34 41
Octal 324 212 166 0 43 54 21 15 64 101
Binary 11010100 10001010 1110110 0 100011 101100 10001 1101 110100 1000001

Color Harmonies of #D48A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A76

Black with #D48A76

Text Example


Text Example

White with #D48A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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