Html Css Color HEX #D0937F Feldspar

📋 copy color: '#D0937F'

red 208 ◦ green 147 ◦ blue 127

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

Shades of Feldspar #D0937F

Tints of Feldspar #D0937F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.35%

R = 43.15%
G = 30.5%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0937F (or 0xD0937F) is known color: Feldspar. HEX triplet: D0, 93 and 7F. RGB value is (208,147,127). Sum of RGB (Red+Green+Blue) = 208+147+127=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0937F is #2F6C80. Grayscale: #A3A3A3. Windows color (decimal): -3107969 or 8360912. OLE color: 8360912.

HSL color Cylindrical-coordinate representation of color #D0937F: hue angle of 14.81º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0937F is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 127 -
CMYK 0 0.29 0.39 0.18
HSL 14.81º 0.46% 0.66% -
HSV(B) 14.81º 0.39% 0.82% -
XYZ 40.28 35.81 24.87 -
YUV 162.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 208 147 127 0 0.29 0.39 0.18 14.81 0.46 0.66
Hex D0 93 7F 0 1D 27 12 F 2E 42
Octal 320 223 177 0 35 47 22 17 56 102
Binary 11010000 10010011 1111111 0 11101 100111 10010 1111 101110 1000010

Color Harmonies of #D0937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0937F

Black with #D0937F

Text Example


Text Example

White with #D0937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0937F; }

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

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

background-color css

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

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

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

border-color css

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

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

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