Html Css Color HEX #DD976E Feldspar

📋 copy color: '#DD976E'

red 221 ◦ green 151 ◦ blue 110

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

Shades of Feldspar #DD976E

Tints of Feldspar #DD976E

RGB

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

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

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

R = 45.85%
G = 31.33%
B = 22.82%

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

#DD976E (or 0xDD976E) is known color: Feldspar. HEX triplet: DD, 97 and 6E. RGB value is (221,151,110). Sum of RGB (Red+Green+Blue) = 221+151+110=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD976E is #226891. Grayscale: #A7A7A7. Windows color (decimal): -2254994 or 7247837. OLE color: 7247837.

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

Color convert

RGB 221 151 110 -
CMYK 0 0.32 0.50 0.13
HSL 22.16º 0.62% 0.65% -
HSV(B) 22.16º 0.5% 0.87% -
XYZ 43.7 38.63 19.91 -
YUV 167.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 221 151 110 0 0.32 0.50 0.13 22.16 0.62 0.65
Hex DD 97 6E 0 20 32 D 16 3E 41
Octal 335 227 156 0 40 62 15 26 76 101
Binary 11011101 10010111 1101110 0 100000 110010 1101 10110 111110 1000001

Color Harmonies of #DD976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD976E

Black with #DD976E

Text Example


Text Example

White with #DD976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD976E; }

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

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

background-color css

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

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

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

border-color css

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

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

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