Html Css Color HEX #D48A75 Feldspar

📋 copy color: '#D48A75'

red 212 ◦ green 138 ◦ blue 117

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

Shades of Feldspar #D48A75

Tints of Feldspar #D48A75

RGB

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

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

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

R = 45.4%
G = 29.55%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D48A75 (or 0xD48A75) is known color: Feldspar. HEX triplet: D4, 8A and 75. RGB value is (212,138,117). Sum of RGB (Red+Green+Blue) = 212+138+117=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A75 is #2B758A. Grayscale: #9D9D9D. Windows color (decimal): -2848139 or 7703252. OLE color: 7703252.

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

Color convert

RGB 212 138 117 -
CMYK 0 0.35 0.45 0.17
HSL 13.26º 0.52% 0.65% -
HSV(B) 13.26º 0.45% 0.83% -
XYZ 39.45 33.46 21.21 -
YUV 157.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 212 138 117 0 0.35 0.45 0.17 13.26 0.52 0.65
Hex D4 8A 75 0 23 2D 11 D 34 41
Octal 324 212 165 0 43 55 21 15 64 101
Binary 11010100 10001010 1110101 0 100011 101101 10001 1101 110100 1000001

Color Harmonies of #D48A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A75

Black with #D48A75

Text Example


Text Example

White with #D48A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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