Html Css Color HEX #DD966E Feldspar

📋 copy color: '#DD966E'

red 221 ◦ green 150 ◦ blue 110

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

Shades of Feldspar #DD966E

Tints of Feldspar #DD966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 45.95%
G = 31.19%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD966E (or 0xDD966E) is known color: Feldspar. HEX triplet: DD, 96 and 6E. RGB value is (221,150,110). Sum of RGB (Red+Green+Blue) = 221+150+110=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD966E is #226991. Grayscale: #A6A6A6. Windows color (decimal): -2255250 or 7247581. OLE color: 7247581.

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

Color convert

RGB 221 150 110 -
CMYK 0 0.32 0.50 0.13
HSL 21.62º 0.62% 0.65% -
HSV(B) 21.62º 0.5% 0.87% -
XYZ 43.54 38.31 19.85 -
YUV 166.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 221 150 110 0 0.32 0.50 0.13 21.62 0.62 0.65
Hex DD 96 6E 0 20 32 D 16 3E 41
Octal 335 226 156 0 40 62 15 26 76 101
Binary 11011101 10010110 1101110 0 100000 110010 1101 10110 111110 1000001

Color Harmonies of #DD966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD966E

Black with #DD966E

Text Example


Text Example

White with #DD966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD966E; }

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

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

background-color css

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

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

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

border-color css

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

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

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