Html Css Color HEX #DD9675 Feldspar

📋 copy color: '#DD9675'

red 221 ◦ green 150 ◦ blue 117

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

Shades of Feldspar #DD9675

Tints of Feldspar #DD9675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.74%

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

R = 45.29%
G = 30.74%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD9675 (or 0xDD9675) is known color: Feldspar. HEX triplet: DD, 96 and 75. RGB value is (221,150,117). Sum of RGB (Red+Green+Blue) = 221+150+117=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9675 is #22698A. Grayscale: #A7A7A7. Windows color (decimal): -2255243 or 7706333. OLE color: 7706333.

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

Color convert

RGB 221 150 117 -
CMYK 0 0.32 0.47 0.13
HSL 19.04º 0.6% 0.66% -
HSV(B) 19.04º 0.47% 0.87% -
XYZ 43.94 38.47 21.94 -
YUV 167.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 221 150 117 0 0.32 0.47 0.13 19.04 0.6 0.66
Hex DD 96 75 0 20 2F D 13 3C 42
Octal 335 226 165 0 40 57 15 23 74 102
Binary 11011101 10010110 1110101 0 100000 101111 1101 10011 111100 1000010

Color Harmonies of #DD9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9675

Black with #DD9675

Text Example


Text Example

White with #DD9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9675; }

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

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

background-color css

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

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

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

border-color css

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

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

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