Html Css Color HEX #D0956D Feldspar

📋 copy color: '#D0956D'

red 208 ◦ green 149 ◦ blue 109

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

Shades of Feldspar #D0956D

Tints of Feldspar #D0956D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 44.64%
G = 31.97%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0956D (or 0xD0956D) is known color: Feldspar. HEX triplet: D0, 95 and 6D. RGB value is (208,149,109). Sum of RGB (Red+Green+Blue) = 208+149+109=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0956D is #2F6A92. Grayscale: #A2A2A2. Windows color (decimal): -3107475 or 7181776. OLE color: 7181776.

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

Color convert

RGB 208 149 109 -
CMYK 0 0.28 0.48 0.18
HSL 24.24º 0.51% 0.62% -
HSV(B) 24.24º 0.48% 0.82% -
XYZ 39.52 36.01 19.34 -
YUV 162.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 208 149 109 0 0.28 0.48 0.18 24.24 0.51 0.62
Hex D0 95 6D 0 1C 30 12 18 33 3E
Octal 320 225 155 0 34 60 22 30 63 76
Binary 11010000 10010101 1101101 0 11100 110000 10010 11000 110011 111110

Color Harmonies of #D0956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0956D

Black with #D0956D

Text Example


Text Example

White with #D0956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0956D; }

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

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

background-color css

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

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

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

border-color css

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

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

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