Html Css Color HEX #D0957C Feldspar

📋 copy color: '#D0957C'

red 208 ◦ green 149 ◦ blue 124

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

Shades of Feldspar #D0957C

Tints of Feldspar #D0957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.98%

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

R = 43.24%
G = 30.98%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0957C (or 0xD0957C) is known color: Feldspar. HEX triplet: D0, 95 and 7C. RGB value is (208,149,124). Sum of RGB (Red+Green+Blue) = 208+149+124=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0957C is #2F6A83. Grayscale: #A3A3A3. Windows color (decimal): -3107460 or 8164816. OLE color: 8164816.

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

Color convert

RGB 208 149 124 -
CMYK 0 0.28 0.40 0.18
HSL 17.86º 0.47% 0.65% -
HSV(B) 17.86º 0.4% 0.82% -
XYZ 40.4 36.36 23.96 -
YUV 163.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 208 149 124 0 0.28 0.40 0.18 17.86 0.47 0.65
Hex D0 95 7C 0 1C 28 12 12 2F 41
Octal 320 225 174 0 34 50 22 22 57 101
Binary 11010000 10010101 1111100 0 11100 101000 10010 10010 101111 1000001

Color Harmonies of #D0957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0957C

Black with #D0957C

Text Example


Text Example

White with #D0957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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