Html Css Color HEX #D0896F Feldspar

📋 copy color: '#D0896F'

red 208 ◦ green 137 ◦ blue 111

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

Shades of Feldspar #D0896F

Tints of Feldspar #D0896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.04%

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

R = 45.61%
G = 30.04%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0896F (or 0xD0896F) is known color: Feldspar. HEX triplet: D0, 89 and 6F. RGB value is (208,137,111). Sum of RGB (Red+Green+Blue) = 208+137+111=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D0896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0896F is #2F7690. Grayscale: #9B9B9B. Windows color (decimal): -3110545 or 7309776. OLE color: 7309776.

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

Color convert

RGB 208 137 111 -
CMYK 0 0.34 0.47 0.18
HSL 16.08º 0.51% 0.63% -
HSV(B) 16.08º 0.47% 0.82% -
XYZ 37.83 32.45 19.31 -
YUV 155.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 208 137 111 0 0.34 0.47 0.18 16.08 0.51 0.63
Hex D0 89 6F 0 22 2F 12 10 33 3F
Octal 320 211 157 0 42 57 22 20 63 77
Binary 11010000 10001001 1101111 0 100010 101111 10010 10000 110011 111111

Color Harmonies of #D0896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0896F

Black with #D0896F

Text Example


Text Example

White with #D0896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0896F; }

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

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

background-color css

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

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

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

border-color css

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

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

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