Html Css Color HEX #D48E6D Feldspar

📋 copy color: '#D48E6D'

red 212 ◦ green 142 ◦ blue 109

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

Shades of Feldspar #D48E6D

Tints of Feldspar #D48E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 45.79%
G = 30.67%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D48E6D (or 0xD48E6D) is known color: Feldspar. HEX triplet: D4, 8E and 6D. RGB value is (212,142,109). Sum of RGB (Red+Green+Blue) = 212+142+109=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E6D is #2B7192. Grayscale: #9F9F9F. Windows color (decimal): -2847123 or 7179988. OLE color: 7179988.

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

Color convert

RGB 212 142 109 -
CMYK 0 0.33 0.49 0.17
HSL 19.22º 0.54% 0.63% -
HSV(B) 19.22º 0.49% 0.83% -
XYZ 39.58 34.45 19.03 -
YUV 159.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 212 142 109 0 0.33 0.49 0.17 19.22 0.54 0.63
Hex D4 8E 6D 0 21 31 11 13 36 3F
Octal 324 216 155 0 41 61 21 23 66 77
Binary 11010100 10001110 1101101 0 100001 110001 10001 10011 110110 111111

Color Harmonies of #D48E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48E6D

Black with #D48E6D

Text Example


Text Example

White with #D48E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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