Html Css Color HEX #DD9875 Feldspar

📋 copy color: '#DD9875'

red 221 ◦ green 152 ◦ blue 117

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

Shades of Feldspar #DD9875

Tints of Feldspar #DD9875

RGB

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

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

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

R = 45.1%
G = 31.02%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD9875 (or 0xDD9875) is known color: Feldspar. HEX triplet: DD, 98 and 75. RGB value is (221,152,117). Sum of RGB (Red+Green+Blue) = 221+152+117=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9875 is #22678A. Grayscale: #A8A8A8. Windows color (decimal): -2254731 or 7706845. OLE color: 7706845.

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

Color convert

RGB 221 152 117 -
CMYK 0 0.31 0.47 0.13
HSL 20.19º 0.6% 0.66% -
HSV(B) 20.19º 0.47% 0.87% -
XYZ 44.26 39.11 22.05 -
YUV 168.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 221 152 117 0 0.31 0.47 0.13 20.19 0.6 0.66
Hex DD 98 75 0 1F 2F D 14 3C 42
Octal 335 230 165 0 37 57 15 24 74 102
Binary 11011101 10011000 1110101 0 11111 101111 1101 10100 111100 1000010

Color Harmonies of #DD9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9875

Black with #DD9875

Text Example


Text Example

White with #DD9875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9875; }

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

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

background-color css

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

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

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

border-color css

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

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

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