Html Css Color HEX #D0937C Feldspar

📋 copy color: '#D0937C'

red 208 ◦ green 147 ◦ blue 124

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

Shades of Feldspar #D0937C

Tints of Feldspar #D0937C

RGB

 RED value IS 208 (81.64% from 255) = 43.42%

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

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 43.42%
G = 30.69%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0937C (or 0xD0937C) is known color: Feldspar. HEX triplet: D0, 93 and 7C. RGB value is (208,147,124). Sum of RGB (Red+Green+Blue) = 208+147+124=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0937C is #2F6C83. Grayscale: #A2A2A2. Windows color (decimal): -3107972 or 8164304. OLE color: 8164304.

HSL color Cylindrical-coordinate representation of color #D0937C: hue angle of 16.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0937C is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 124 -
CMYK 0 0.29 0.40 0.18
HSL 16.43º 0.47% 0.65% -
HSV(B) 16.43º 0.4% 0.82% -
XYZ 40.08 35.73 23.85 -
YUV 162.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 208 147 124 0 0.29 0.40 0.18 16.43 0.47 0.65
Hex D0 93 7C 0 1D 28 12 10 2F 41
Octal 320 223 174 0 35 50 22 20 57 101
Binary 11010000 10010011 1111100 0 11101 101000 10010 10000 101111 1000001

Color Harmonies of #D0937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0937C

Black with #D0937C

Text Example


Text Example

White with #D0937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0937C; }

 p { color: rgb(208,147,124); }

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

background-color css

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

 a { background-color: rgb(208,147,124); }

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

border-color css

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

 span { border-color: rgb(208,147,124); }

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