Html Css Color HEX #D0956F Feldspar

📋 copy color: '#D0956F'

red 208 ◦ green 149 ◦ blue 111

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

Shades of Feldspar #D0956F

Tints of Feldspar #D0956F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.72%

R = 44.44%
G = 31.84%
B = 23.72%

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

#D0956F (or 0xD0956F) is known color: Feldspar. HEX triplet: D0, 95 and 6F. RGB value is (208,149,111). Sum of RGB (Red+Green+Blue) = 208+149+111=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0956F is #2F6A90. Grayscale: #A2A2A2. Windows color (decimal): -3107473 or 7312848. OLE color: 7312848.

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

Color convert

RGB 208 149 111 -
CMYK 0 0.28 0.47 0.18
HSL 23.51º 0.51% 0.63% -
HSV(B) 23.51º 0.47% 0.82% -
XYZ 39.63 36.05 19.91 -
YUV 162.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 208 149 111 0 0.28 0.47 0.18 23.51 0.51 0.63
Hex D0 95 6F 0 1C 2F 12 18 33 3F
Octal 320 225 157 0 34 57 22 30 63 77
Binary 11010000 10010101 1101111 0 11100 101111 10010 11000 110011 111111

Color Harmonies of #D0956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0956F

Black with #D0956F

Text Example


Text Example

White with #D0956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0956F; }

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

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

background-color css

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

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

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

border-color css

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

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

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