Html Css Color HEX #DC986F Feldspar

📋 copy color: '#DC986F'

red 220 ◦ green 152 ◦ blue 111

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

Shades of Feldspar #DC986F

Tints of Feldspar #DC986F

RGB

 RED value IS 220 (86.33% from 255) = 45.55%

 GREEN value IS 152 (59.77% from 255) = 31.47%

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

R = 45.55%
G = 31.47%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC986F (or 0xDC986F) is known color: Feldspar. HEX triplet: DC, 98 and 6F. RGB value is (220,152,111). Sum of RGB (Red+Green+Blue) = 220+152+111=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC986F is #236790. Grayscale: #A7A7A7. Windows color (decimal): -2320273 or 7313628. OLE color: 7313628.

HSL color Cylindrical-coordinate representation of color #DC986F: hue angle of 22.57º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC986F is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 111 -
CMYK 0 0.31 0.50 0.14
HSL 22.57º 0.61% 0.65% -
HSV(B) 22.57º 0.5% 0.86% -
XYZ 43.61 38.82 20.23 -
YUV 167.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 220 152 111 0 0.31 0.50 0.14 22.57 0.61 0.65
Hex DC 98 6F 0 1F 32 E 17 3D 41
Octal 334 230 157 0 37 62 16 27 75 101
Binary 11011100 10011000 1101111 0 11111 110010 1110 10111 111101 1000001

Color Harmonies of #DC986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC986F

Black with #DC986F

Text Example


Text Example

White with #DC986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC986F; }

 p { color: rgb(220,152,111); }

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

background-color css

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

 a { background-color: rgb(220,152,111); }

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

border-color css

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

 span { border-color: rgb(220,152,111); }

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