Html Css Color HEX #D48E72 Feldspar

📋 copy color: '#D48E72'

red 212 ◦ green 142 ◦ blue 114

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

Shades of Feldspar #D48E72

Tints of Feldspar #D48E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.34%

 BLUE value IS 114 (44.92% from 255) = 24.36%

R = 45.3%
G = 30.34%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D48E72 (or 0xD48E72) is known color: Feldspar. HEX triplet: D4, 8E and 72. RGB value is (212,142,114). Sum of RGB (Red+Green+Blue) = 212+142+114=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E72 is #2B718D. Grayscale: #9F9F9F. Windows color (decimal): -2847118 or 7507668. OLE color: 7507668.

HSL color Cylindrical-coordinate representation of color #D48E72: hue angle of 17.14º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D48E72 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 142 114 -
CMYK 0 0.33 0.46 0.17
HSL 17.14º 0.53% 0.64% -
HSV(B) 17.14º 0.46% 0.83% -
XYZ 39.86 34.56 20.49 -
YUV 159.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 212 142 114 0 0.33 0.46 0.17 17.14 0.53 0.64
Hex D4 8E 72 0 21 2E 11 11 35 40
Octal 324 216 162 0 41 56 21 21 65 100
Binary 11010100 10001110 1110010 0 100001 101110 10001 10001 110101 1000000

Color Harmonies of #D48E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48E72

Black with #D48E72

Text Example


Text Example

White with #D48E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48E72; }

 p { color: rgb(212,142,114); }

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

background-color css

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

 a { background-color: rgb(212,142,114); }

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

border-color css

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

 span { border-color: rgb(212,142,114); }

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