Html Css Color HEX #DD9476 Feldspar

📋 copy color: '#DD9476'

red 221 ◦ green 148 ◦ blue 118

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

Shades of Feldspar #DD9476

Tints of Feldspar #DD9476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 45.38%
G = 30.39%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD9476 (or 0xDD9476) is known color: Feldspar. HEX triplet: DD, 94 and 76. RGB value is (221,148,118). Sum of RGB (Red+Green+Blue) = 221+148+118=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9476 is #226B89. Grayscale: #A6A6A6. Windows color (decimal): -2255754 or 7771357. OLE color: 7771357.

HSL color Cylindrical-coordinate representation of color #DD9476: hue angle of 17.48º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD9476 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 148 118 -
CMYK 0 0.33 0.47 0.13
HSL 17.48º 0.6% 0.66% -
HSV(B) 17.48º 0.47% 0.87% -
XYZ 43.68 37.86 22.15 -
YUV 166.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 221 148 118 0 0.33 0.47 0.13 17.48 0.6 0.66
Hex DD 94 76 0 21 2F D 11 3C 42
Octal 335 224 166 0 41 57 15 21 74 102
Binary 11011101 10010100 1110110 0 100001 101111 1101 10001 111100 1000010

Color Harmonies of #DD9476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9476

Black with #DD9476

Text Example


Text Example

White with #DD9476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9476; }

 p { color: rgb(221,148,118); }

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

background-color css

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

 a { background-color: rgb(221,148,118); }

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

border-color css

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

 span { border-color: rgb(221,148,118); }

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