Html Css Color HEX #DC986D Feldspar

📋 copy color: '#DC986D'

red 220 ◦ green 152 ◦ blue 109

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

Shades of Feldspar #DC986D

Tints of Feldspar #DC986D

RGB

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

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

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

R = 45.74%
G = 31.6%
B = 22.66%

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

#DC986D (or 0xDC986D) is known color: Feldspar. HEX triplet: DC, 98 and 6D. RGB value is (220,152,109). Sum of RGB (Red+Green+Blue) = 220+152+109=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC986D is #236792. Grayscale: #A7A7A7. Windows color (decimal): -2320275 or 7182556. OLE color: 7182556.

HSL color Cylindrical-coordinate representation of color #DC986D: hue angle of 23.24º 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 #DC986D is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 109 -
CMYK 0 0.31 0.50 0.14
HSL 23.24º 0.61% 0.65% -
HSV(B) 23.24º 0.5% 0.86% -
XYZ 43.5 38.78 19.66 -
YUV 167.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 220 152 109 0 0.31 0.50 0.14 23.24 0.61 0.65
Hex DC 98 6D 0 1F 32 E 17 3D 41
Octal 334 230 155 0 37 62 16 27 75 101
Binary 11011100 10011000 1101101 0 11111 110010 1110 10111 111101 1000001

Color Harmonies of #DC986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC986D

Black with #DC986D

Text Example


Text Example

White with #DC986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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