Html Css Color HEX #D0886F Feldspar

📋 copy color: '#D0886F'

red 208 ◦ green 136 ◦ blue 111

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

Shades of Feldspar #D0886F

Tints of Feldspar #D0886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.89%

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

R = 45.71%
G = 29.89%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0886F (or 0xD0886F) is known color: Feldspar. HEX triplet: D0, 88 and 6F. RGB value is (208,136,111). Sum of RGB (Red+Green+Blue) = 208+136+111=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D0886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0886F is #2F7790. Grayscale: #9A9A9A. Windows color (decimal): -3110801 or 7309520. OLE color: 7309520.

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

Color convert

RGB 208 136 111 -
CMYK 0 0.35 0.47 0.18
HSL 15.46º 0.51% 0.63% -
HSV(B) 15.46º 0.47% 0.82% -
XYZ 37.69 32.17 19.26 -
YUV 154.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 208 136 111 0 0.35 0.47 0.18 15.46 0.51 0.63
Hex D0 88 6F 0 23 2F 12 F 33 3F
Octal 320 210 157 0 43 57 22 17 63 77
Binary 11010000 10001000 1101111 0 100011 101111 10010 1111 110011 111111

Color Harmonies of #D0886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0886F

Black with #D0886F

Text Example


Text Example

White with #D0886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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