Html Css Color HEX #DD986D Feldspar

📋 copy color: '#DD986D'

red 221 ◦ green 152 ◦ blue 109

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

Shades of Feldspar #DD986D

Tints of Feldspar #DD986D

RGB

 RED value IS 221 (86.72% from 255) = 45.85%

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

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

R = 45.85%
G = 31.54%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD986D (or 0xDD986D) is known color: Feldspar. HEX triplet: DD, 98 and 6D. RGB value is (221,152,109). Sum of RGB (Red+Green+Blue) = 221+152+109=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD986D is #226792. Grayscale: #A7A7A7. Windows color (decimal): -2254739 or 7182557. OLE color: 7182557.

HSL color Cylindrical-coordinate representation of color #DD986D: hue angle of 23.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD986D is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 109 -
CMYK 0 0.31 0.51 0.13
HSL 23.04º 0.62% 0.65% -
HSV(B) 23.04º 0.51% 0.87% -
XYZ 43.81 38.93 19.67 -
YUV 167.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 221 152 109 0 0.31 0.51 0.13 23.04 0.62 0.65
Hex DD 98 6D 0 1F 33 D 17 3E 41
Octal 335 230 155 0 37 63 15 27 76 101
Binary 11011101 10011000 1101101 0 11111 110011 1101 10111 111110 1000001

Color Harmonies of #DD986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD986D

Black with #DD986D

Text Example


Text Example

White with #DD986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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