Html Css Color HEX #DD9873 Feldspar

📋 copy color: '#DD9873'

red 221 ◦ green 152 ◦ blue 115

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

Shades of Feldspar #DD9873

Tints of Feldspar #DD9873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.15%

 BLUE value IS 115 (45.31% from 255) = 23.57%

R = 45.29%
G = 31.15%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD9873 (or 0xDD9873) is known color: Feldspar. HEX triplet: DD, 98 and 73. RGB value is (221,152,115). Sum of RGB (Red+Green+Blue) = 221+152+115=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9873 is #22678C. Grayscale: #A8A8A8. Windows color (decimal): -2254733 or 7575773. OLE color: 7575773.

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

Color convert

RGB 221 152 115 -
CMYK 0 0.31 0.48 0.13
HSL 20.94º 0.61% 0.66% -
HSV(B) 20.94º 0.48% 0.87% -
XYZ 44.14 39.07 21.43 -
YUV 168.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 221 152 115 0 0.31 0.48 0.13 20.94 0.61 0.66
Hex DD 98 73 0 1F 30 D 15 3D 42
Octal 335 230 163 0 37 60 15 25 75 102
Binary 11011101 10011000 1110011 0 11111 110000 1101 10101 111101 1000010

Color Harmonies of #DD9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9873

Black with #DD9873

Text Example


Text Example

White with #DD9873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9873; }

 p { color: rgb(221,152,115); }

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

background-color css

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

 a { background-color: rgb(221,152,115); }

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

border-color css

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

 span { border-color: rgb(221,152,115); }

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