Html Css Color HEX #DD8F76 Feldspar

📋 copy color: '#DD8F76'

red 221 ◦ green 143 ◦ blue 118

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

Shades of Feldspar #DD8F76

Tints of Feldspar #DD8F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.67%

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 45.85%
G = 29.67%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD8F76 (or 0xDD8F76) is known color: Feldspar. HEX triplet: DD, 8F and 76. RGB value is (221,143,118). Sum of RGB (Red+Green+Blue) = 221+143+118=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F76 is #227089. Grayscale: #A3A3A3. Windows color (decimal): -2257034 or 7770077. OLE color: 7770077.

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

Color convert

RGB 221 143 118 -
CMYK 0 0.35 0.47 0.13
HSL 14.56º 0.6% 0.66% -
HSV(B) 14.56º 0.47% 0.87% -
XYZ 42.91 36.33 21.89 -
YUV 163.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 221 143 118 0 0.35 0.47 0.13 14.56 0.6 0.66
Hex DD 8F 76 0 23 2F D F 3C 42
Octal 335 217 166 0 43 57 15 17 74 102
Binary 11011101 10001111 1110110 0 100011 101111 1101 1111 111100 1000010

Color Harmonies of #DD8F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F76

Black with #DD8F76

Text Example


Text Example

White with #DD8F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F76; }

 p { color: rgb(221,143,118); }

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

background-color css

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

 a { background-color: rgb(221,143,118); }

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

border-color css

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

 span { border-color: rgb(221,143,118); }

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