Html Css Color HEX #D0937D Feldspar

📋 copy color: '#D0937D'

red 208 ◦ green 147 ◦ blue 125

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

Shades of Feldspar #D0937D

Tints of Feldspar #D0937D

RGB

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

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

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

R = 43.33%
G = 30.63%
B = 26.04%

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

#D0937D (or 0xD0937D) is known color: Feldspar. HEX triplet: D0, 93 and 7D. RGB value is (208,147,125). Sum of RGB (Red+Green+Blue) = 208+147+125=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0937D is #2F6C82. Grayscale: #A2A2A2. Windows color (decimal): -3107971 or 8229840. OLE color: 8229840.

HSL color Cylindrical-coordinate representation of color #D0937D: hue angle of 15.9º 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 #D0937D is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 125 -
CMYK 0 0.29 0.40 0.18
HSL 15.9º 0.47% 0.65% -
HSV(B) 15.9º 0.4% 0.82% -
XYZ 40.15 35.76 24.19 -
YUV 162.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 208 147 125 0 0.29 0.40 0.18 15.9 0.47 0.65
Hex D0 93 7D 0 1D 28 12 10 2F 41
Octal 320 223 175 0 35 50 22 20 57 101
Binary 11010000 10010011 1111101 0 11101 101000 10010 10000 101111 1000001

Color Harmonies of #D0937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0937D

Black with #D0937D

Text Example


Text Example

White with #D0937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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