Html Css Color HEX #D4937D Feldspar

📋 copy color: '#D4937D'

red 212 ◦ green 147 ◦ blue 125

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

Shades of Feldspar #D4937D

Tints of Feldspar #D4937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.37%

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 43.8%
G = 30.37%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4937D (or 0xD4937D) is known color: Feldspar. HEX triplet: D4, 93 and 7D. RGB value is (212,147,125). Sum of RGB (Red+Green+Blue) = 212+147+125=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D4937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4937D is #2B6C82. Grayscale: #A4A4A4. Windows color (decimal): -2845827 or 8229844. OLE color: 8229844.

HSL color Cylindrical-coordinate representation of color #D4937D: hue angle of 15.17º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4937D is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 125 -
CMYK 0 0.31 0.41 0.17
HSL 15.17º 0.5% 0.66% -
HSV(B) 15.17º 0.41% 0.83% -
XYZ 41.29 36.35 24.24 -
YUV 163.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 212 147 125 0 0.31 0.41 0.17 15.17 0.5 0.66
Hex D4 93 7D 0 1F 29 11 F 32 42
Octal 324 223 175 0 37 51 21 17 62 102
Binary 11010100 10010011 1111101 0 11111 101001 10001 1111 110010 1000010

Color Harmonies of #D4937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4937D

Black with #D4937D

Text Example


Text Example

White with #D4937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4937D; }

 p { color: rgb(212,147,125); }

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

background-color css

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

 a { background-color: rgb(212,147,125); }

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

border-color css

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

 span { border-color: rgb(212,147,125); }

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