Html Css Color HEX #DD9475 Feldspar

📋 copy color: '#DD9475'

red 221 ◦ green 148 ◦ blue 117

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

Shades of Feldspar #DD9475

Tints of Feldspar #DD9475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.07%

R = 45.47%
G = 30.45%
B = 24.07%

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

#DD9475 (or 0xDD9475) is known color: Feldspar. HEX triplet: DD, 94 and 75. RGB value is (221,148,117). Sum of RGB (Red+Green+Blue) = 221+148+117=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9475 is #226B8A. Grayscale: #A6A6A6. Windows color (decimal): -2255755 or 7705821. OLE color: 7705821.

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

Color convert

RGB 221 148 117 -
CMYK 0 0.33 0.47 0.13
HSL 17.88º 0.6% 0.66% -
HSV(B) 17.88º 0.47% 0.87% -
XYZ 43.62 37.84 21.83 -
YUV 166.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 221 148 117 0 0.33 0.47 0.13 17.88 0.6 0.66
Hex DD 94 75 0 21 2F D 12 3C 42
Octal 335 224 165 0 41 57 15 22 74 102
Binary 11011101 10010100 1110101 0 100001 101111 1101 10010 111100 1000010

Color Harmonies of #DD9475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9475

Black with #DD9475

Text Example


Text Example

White with #DD9475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9475; }

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

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

background-color css

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

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

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

border-color css

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

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

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