Html Css Color HEX #D48D72 Feldspar

📋 copy color: '#D48D72'

red 212 ◦ green 141 ◦ blue 114

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

Shades of Feldspar #D48D72

Tints of Feldspar #D48D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.19%

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

R = 45.4%
G = 30.19%
B = 24.41%

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

#D48D72 (or 0xD48D72) is known color: Feldspar. HEX triplet: D4, 8D and 72. RGB value is (212,141,114). Sum of RGB (Red+Green+Blue) = 212+141+114=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D72 is #2B728D. Grayscale: #9F9F9F. Windows color (decimal): -2847374 or 7507412. OLE color: 7507412.

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

Color convert

RGB 212 141 114 -
CMYK 0 0.33 0.46 0.17
HSL 16.53º 0.53% 0.64% -
HSV(B) 16.53º 0.46% 0.83% -
XYZ 39.71 34.26 20.44 -
YUV 159.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 212 141 114 0 0.33 0.46 0.17 16.53 0.53 0.64
Hex D4 8D 72 0 21 2E 11 11 35 40
Octal 324 215 162 0 41 56 21 21 65 100
Binary 11010100 10001101 1110010 0 100001 101110 10001 10001 110101 1000000

Color Harmonies of #D48D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48D72

Black with #D48D72

Text Example


Text Example

White with #D48D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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