Html Css Color HEX #DD986E Feldspar

📋 copy color: '#DD986E'

red 221 ◦ green 152 ◦ blue 110

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

Shades of Feldspar #DD986E

Tints of Feldspar #DD986E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 45.76%
G = 31.47%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD986E (or 0xDD986E) is known color: Feldspar. HEX triplet: DD, 98 and 6E. RGB value is (221,152,110). Sum of RGB (Red+Green+Blue) = 221+152+110=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD986E is #226791. Grayscale: #A8A8A8. Windows color (decimal): -2254738 or 7248093. OLE color: 7248093.

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

Color convert

RGB 221 152 110 -
CMYK 0 0.31 0.50 0.13
HSL 22.7º 0.62% 0.65% -
HSV(B) 22.7º 0.5% 0.87% -
XYZ 43.86 38.95 19.96 -
YUV 167.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 221 152 110 0 0.31 0.50 0.13 22.7 0.62 0.65
Hex DD 98 6E 0 1F 32 D 17 3E 41
Octal 335 230 156 0 37 62 15 27 76 101
Binary 11011101 10011000 1101110 0 11111 110010 1101 10111 111110 1000001

Color Harmonies of #DD986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD986E

Black with #DD986E

Text Example


Text Example

White with #DD986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD986E; }

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

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

background-color css

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

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

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

border-color css

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

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

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