Html Css Color HEX #DD966F Feldspar

📋 copy color: '#DD966F'

red 221 ◦ green 150 ◦ blue 111

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

Shades of Feldspar #DD966F

Tints of Feldspar #DD966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 45.85%
G = 31.12%
B = 23.03%

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

#DD966F (or 0xDD966F) is known color: Feldspar. HEX triplet: DD, 96 and 6F. RGB value is (221,150,111). Sum of RGB (Red+Green+Blue) = 221+150+111=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD966F is #226990. Grayscale: #A7A7A7. Windows color (decimal): -2255249 or 7313117. OLE color: 7313117.

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

Color convert

RGB 221 150 111 -
CMYK 0 0.32 0.50 0.13
HSL 21.27º 0.62% 0.65% -
HSV(B) 21.27º 0.5% 0.87% -
XYZ 43.59 38.33 20.14 -
YUV 166.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 221 150 111 0 0.32 0.50 0.13 21.27 0.62 0.65
Hex DD 96 6F 0 20 32 D 15 3E 41
Octal 335 226 157 0 40 62 15 25 76 101
Binary 11011101 10010110 1101111 0 100000 110010 1101 10101 111110 1000001

Color Harmonies of #DD966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD966F

Black with #DD966F

Text Example


Text Example

White with #DD966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD966F; }

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

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

background-color css

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

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

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

border-color css

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

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

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