Html Css Color HEX #D48B75 Feldspar

📋 copy color: '#D48B75'

red 212 ◦ green 139 ◦ blue 117

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

Shades of Feldspar #D48B75

Tints of Feldspar #D48B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

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

R = 45.3%
G = 29.7%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D48B75 (or 0xD48B75) is known color: Feldspar. HEX triplet: D4, 8B and 75. RGB value is (212,139,117). Sum of RGB (Red+Green+Blue) = 212+139+117=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B75 is #2B748A. Grayscale: #9E9E9E. Windows color (decimal): -2847883 or 7703508. OLE color: 7703508.

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

Color convert

RGB 212 139 117 -
CMYK 0 0.34 0.45 0.17
HSL 13.89º 0.52% 0.65% -
HSV(B) 13.89º 0.45% 0.83% -
XYZ 39.59 33.75 21.26 -
YUV 158.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 212 139 117 0 0.34 0.45 0.17 13.89 0.52 0.65
Hex D4 8B 75 0 22 2D 11 E 34 41
Octal 324 213 165 0 42 55 21 16 64 101
Binary 11010100 10001011 1110101 0 100010 101101 10001 1110 110100 1000001

Color Harmonies of #D48B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B75

Black with #D48B75

Text Example


Text Example

White with #D48B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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