Html Css Color HEX #DD956F Feldspar

📋 copy color: '#DD956F'

red 221 ◦ green 149 ◦ blue 111

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

Shades of Feldspar #DD956F

Tints of Feldspar #DD956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.98%

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

R = 45.95%
G = 30.98%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD956F (or 0xDD956F) is known color: Feldspar. HEX triplet: DD, 95 and 6F. RGB value is (221,149,111). Sum of RGB (Red+Green+Blue) = 221+149+111=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD956F is #226A90. Grayscale: #A6A6A6. Windows color (decimal): -2255505 or 7312861. OLE color: 7312861.

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

Color convert

RGB 221 149 111 -
CMYK 0 0.33 0.50 0.13
HSL 20.73º 0.62% 0.65% -
HSV(B) 20.73º 0.5% 0.87% -
XYZ 43.44 38.01 20.09 -
YUV 166.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 221 149 111 0 0.33 0.50 0.13 20.73 0.62 0.65
Hex DD 95 6F 0 21 32 D 15 3E 41
Octal 335 225 157 0 41 62 15 25 76 101
Binary 11011101 10010101 1101111 0 100001 110010 1101 10101 111110 1000001

Color Harmonies of #DD956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD956F

Black with #DD956F

Text Example


Text Example

White with #DD956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD956F; }

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

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

background-color css

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

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

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

border-color css

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

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

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