Html Css Color HEX #D49C75 Feldspar

📋 copy color: '#D49C75'

red 212 ◦ green 156 ◦ blue 117

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

Shades of Feldspar #D49C75

Tints of Feldspar #D49C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

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

R = 43.71%
G = 32.16%
B = 24.12%

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

#D49C75 (or 0xD49C75) is known color: Feldspar. HEX triplet: D4, 9C and 75. RGB value is (212,156,117). Sum of RGB (Red+Green+Blue) = 212+156+117=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C75 is #2B638A. Grayscale: #A8A8A8. Windows color (decimal): -2843531 or 7707860. OLE color: 7707860.

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

Color convert

RGB 212 156 117 -
CMYK 0 0.26 0.45 0.17
HSL 24.63º 0.52% 0.65% -
HSV(B) 24.63º 0.45% 0.83% -
XYZ 42.25 39.06 22.14 -
YUV 168.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 212 156 117 0 0.26 0.45 0.17 24.63 0.52 0.65
Hex D4 9C 75 0 1A 2D 11 19 34 41
Octal 324 234 165 0 32 55 21 31 64 101
Binary 11010100 10011100 1110101 0 11010 101101 10001 11001 110100 1000001

Color Harmonies of #D49C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C75

Black with #D49C75

Text Example


Text Example

White with #D49C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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