Html Css Color HEX #DD976F Feldspar

📋 copy color: '#DD976F'

red 221 ◦ green 151 ◦ blue 111

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

Shades of Feldspar #DD976F

Tints of Feldspar #DD976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.26%

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

R = 45.76%
G = 31.26%
B = 22.98%

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

#DD976F (or 0xDD976F) is known color: Feldspar. HEX triplet: DD, 97 and 6F. RGB value is (221,151,111). Sum of RGB (Red+Green+Blue) = 221+151+111=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD976F is #226890. Grayscale: #A7A7A7. Windows color (decimal): -2254993 or 7313373. OLE color: 7313373.

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

Color convert

RGB 221 151 111 -
CMYK 0 0.32 0.50 0.13
HSL 21.82º 0.62% 0.65% -
HSV(B) 21.82º 0.5% 0.87% -
XYZ 43.75 38.65 20.19 -
YUV 167.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 221 151 111 0 0.32 0.50 0.13 21.82 0.62 0.65
Hex DD 97 6F 0 20 32 D 16 3E 41
Octal 335 227 157 0 40 62 15 26 76 101
Binary 11011101 10010111 1101111 0 100000 110010 1101 10110 111110 1000001

Color Harmonies of #DD976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD976F

Black with #DD976F

Text Example


Text Example

White with #DD976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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