Html Css Color HEX #D48F75 Feldspar

📋 copy color: '#D48F75'

red 212 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #D48F75

Tints of Feldspar #D48F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 44.92%
G = 30.3%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D48F75 (or 0xD48F75) is known color: Feldspar. HEX triplet: D4, 8F and 75. RGB value is (212,143,117). Sum of RGB (Red+Green+Blue) = 212+143+117=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F75 is #2B708A. Grayscale: #A0A0A0. Windows color (decimal): -2846859 or 7704532. OLE color: 7704532.

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

Color convert

RGB 212 143 117 -
CMYK 0 0.33 0.45 0.17
HSL 16.42º 0.52% 0.65% -
HSV(B) 16.42º 0.45% 0.83% -
XYZ 40.18 34.93 21.45 -
YUV 160.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 212 143 117 0 0.33 0.45 0.17 16.42 0.52 0.65
Hex D4 8F 75 0 21 2D 11 10 34 41
Octal 324 217 165 0 41 55 21 20 64 101
Binary 11010100 10001111 1110101 0 100001 101101 10001 10000 110100 1000001

Color Harmonies of #D48F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48F75

Black with #D48F75

Text Example


Text Example

White with #D48F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48F75; }

 p { color: rgb(212,143,117); }

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

background-color css

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

 a { background-color: rgb(212,143,117); }

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

border-color css

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

 span { border-color: rgb(212,143,117); }

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