Html Css Color HEX #D0956E Feldspar

📋 copy color: '#D0956E'

red 208 ◦ green 149 ◦ blue 110

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

Shades of Feldspar #D0956E

Tints of Feldspar #D0956E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 44.54%
G = 31.91%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0956E (or 0xD0956E) is known color: Feldspar. HEX triplet: D0, 95 and 6E. RGB value is (208,149,110). Sum of RGB (Red+Green+Blue) = 208+149+110=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0956E is #2F6A91. Grayscale: #A2A2A2. Windows color (decimal): -3107474 or 7247312. OLE color: 7247312.

HSL color Cylindrical-coordinate representation of color #D0956E: hue angle of 23.88º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0956E is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 110 -
CMYK 0 0.28 0.47 0.18
HSL 23.88º 0.51% 0.62% -
HSV(B) 23.88º 0.47% 0.82% -
XYZ 39.57 36.03 19.62 -
YUV 162.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 208 149 110 0 0.28 0.47 0.18 23.88 0.51 0.62
Hex D0 95 6E 0 1C 2F 12 18 33 3E
Octal 320 225 156 0 34 57 22 30 63 76
Binary 11010000 10010101 1101110 0 11100 101111 10010 11000 110011 111110

Color Harmonies of #D0956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0956E

Black with #D0956E

Text Example


Text Example

White with #D0956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0956E; }

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

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

background-color css

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

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

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

border-color css

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

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

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