Html Css Color HEX #D0957F Feldspar

📋 copy color: '#D0957F'

red 208 ◦ green 149 ◦ blue 127

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

Shades of Feldspar #D0957F

Tints of Feldspar #D0957F

RGB

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

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

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

R = 42.98%
G = 30.79%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0957F (or 0xD0957F) is known color: Feldspar. HEX triplet: D0, 95 and 7F. RGB value is (208,149,127). Sum of RGB (Red+Green+Blue) = 208+149+127=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0957F is #2F6A80. Grayscale: #A4A4A4. Windows color (decimal): -3107457 or 8361424. OLE color: 8361424.

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

Color convert

RGB 208 149 127 -
CMYK 0 0.28 0.39 0.18
HSL 16.3º 0.46% 0.66% -
HSV(B) 16.3º 0.39% 0.82% -
XYZ 40.59 36.44 24.97 -
YUV 164.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 208 149 127 0 0.28 0.39 0.18 16.3 0.46 0.66
Hex D0 95 7F 0 1C 27 12 10 2E 42
Octal 320 225 177 0 34 47 22 20 56 102
Binary 11010000 10010101 1111111 0 11100 100111 10010 10000 101110 1000010

Color Harmonies of #D0957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0957F

Black with #D0957F

Text Example


Text Example

White with #D0957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0957F; }

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

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

background-color css

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

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

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

border-color css

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

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

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