Html Css Color HEX #DD9575 Feldspar

📋 copy color: '#DD9575'

red 221 ◦ green 149 ◦ blue 117

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

Shades of Feldspar #DD9575

Tints of Feldspar #DD9575

RGB

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

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

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

R = 45.38%
G = 30.6%
B = 24.02%

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

#DD9575 (or 0xDD9575) is known color: Feldspar. HEX triplet: DD, 95 and 75. RGB value is (221,149,117). Sum of RGB (Red+Green+Blue) = 221+149+117=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9575 is #226A8A. Grayscale: #A7A7A7. Windows color (decimal): -2255499 or 7706077. OLE color: 7706077.

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

Color convert

RGB 221 149 117 -
CMYK 0 0.33 0.47 0.13
HSL 18.46º 0.6% 0.66% -
HSV(B) 18.46º 0.47% 0.87% -
XYZ 43.78 38.15 21.89 -
YUV 166.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 221 149 117 0 0.33 0.47 0.13 18.46 0.6 0.66
Hex DD 95 75 0 21 2F D 12 3C 42
Octal 335 225 165 0 41 57 15 22 74 102
Binary 11011101 10010101 1110101 0 100001 101111 1101 10010 111100 1000010

Color Harmonies of #DD9575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9575

Black with #DD9575

Text Example


Text Example

White with #DD9575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9575; }

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

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

background-color css

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

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

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

border-color css

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

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

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