Html Css Color HEX #DD9876 Feldspar

📋 copy color: '#DD9876'

red 221 ◦ green 152 ◦ blue 118

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

Shades of Feldspar #DD9876

Tints of Feldspar #DD9876

RGB

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

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

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

R = 45.01%
G = 30.96%
B = 24.03%

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

#DD9876 (or 0xDD9876) is known color: Feldspar. HEX triplet: DD, 98 and 76. RGB value is (221,152,118). Sum of RGB (Red+Green+Blue) = 221+152+118=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9876 is #226789. Grayscale: #A8A8A8. Windows color (decimal): -2254730 or 7772381. OLE color: 7772381.

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

Color convert

RGB 221 152 118 -
CMYK 0 0.31 0.47 0.13
HSL 19.81º 0.6% 0.66% -
HSV(B) 19.81º 0.47% 0.87% -
XYZ 44.32 39.14 22.36 -
YUV 168.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 221 152 118 0 0.31 0.47 0.13 19.81 0.6 0.66
Hex DD 98 76 0 1F 2F D 14 3C 42
Octal 335 230 166 0 37 57 15 24 74 102
Binary 11011101 10011000 1110110 0 11111 101111 1101 10100 111100 1000010

Color Harmonies of #DD9876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9876

Black with #DD9876

Text Example


Text Example

White with #DD9876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9876; }

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

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

background-color css

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

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

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

border-color css

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

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

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