Html Css Color HEX #DD996D Feldspar

📋 copy color: '#DD996D'

red 221 ◦ green 153 ◦ blue 109

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

Shades of Feldspar #DD996D

Tints of Feldspar #DD996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.68%

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

R = 45.76%
G = 31.68%
B = 22.57%

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

#DD996D (or 0xDD996D) is known color: Feldspar. HEX triplet: DD, 99 and 6D. RGB value is (221,153,109). Sum of RGB (Red+Green+Blue) = 221+153+109=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD996D is #226692. Grayscale: #A8A8A8. Windows color (decimal): -2254483 or 7182813. OLE color: 7182813.

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

Color convert

RGB 221 153 109 -
CMYK 0 0.31 0.51 0.13
HSL 23.57º 0.62% 0.65% -
HSV(B) 23.57º 0.51% 0.87% -
XYZ 43.97 39.26 19.73 -
YUV 168.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 221 153 109 0 0.31 0.51 0.13 23.57 0.62 0.65
Hex DD 99 6D 0 1F 33 D 18 3E 41
Octal 335 231 155 0 37 63 15 30 76 101
Binary 11011101 10011001 1101101 0 11111 110011 1101 11000 111110 1000001

Color Harmonies of #DD996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD996D

Black with #DD996D

Text Example


Text Example

White with #DD996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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