Html Css Color HEX #D49D75 Feldspar

📋 copy color: '#D49D75'

red 212 ◦ green 157 ◦ blue 117

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

Shades of Feldspar #D49D75

Tints of Feldspar #D49D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.3%

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

R = 43.62%
G = 32.3%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D49D75 (or 0xD49D75) is known color: Feldspar. HEX triplet: D4, 9D and 75. RGB value is (212,157,117). Sum of RGB (Red+Green+Blue) = 212+157+117=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D75 is #2B628A. Grayscale: #A9A9A9. Windows color (decimal): -2843275 or 7708116. OLE color: 7708116.

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

Color convert

RGB 212 157 117 -
CMYK 0 0.26 0.45 0.17
HSL 25.26º 0.52% 0.65% -
HSV(B) 25.26º 0.45% 0.83% -
XYZ 42.42 39.4 22.2 -
YUV 168.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 212 157 117 0 0.26 0.45 0.17 25.26 0.52 0.65
Hex D4 9D 75 0 1A 2D 11 19 34 41
Octal 324 235 165 0 32 55 21 31 64 101
Binary 11010100 10011101 1110101 0 11010 101101 10001 11001 110100 1000001

Color Harmonies of #D49D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D75

Black with #D49D75

Text Example


Text Example

White with #D49D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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