Html Css Color HEX #DD9276 Feldspar

📋 copy color: '#DD9276'

red 221 ◦ green 146 ◦ blue 118

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

Shades of Feldspar #DD9276

Tints of Feldspar #DD9276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.1%

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

R = 45.57%
G = 30.1%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD9276 (or 0xDD9276) is known color: Feldspar. HEX triplet: DD, 92 and 76. RGB value is (221,146,118). Sum of RGB (Red+Green+Blue) = 221+146+118=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9276 is #226D89. Grayscale: #A5A5A5. Windows color (decimal): -2256266 or 7770845. OLE color: 7770845.

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

Color convert

RGB 221 146 118 -
CMYK 0 0.34 0.47 0.13
HSL 16.31º 0.6% 0.66% -
HSV(B) 16.31º 0.47% 0.87% -
XYZ 43.37 37.24 22.04 -
YUV 165.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 221 146 118 0 0.34 0.47 0.13 16.31 0.6 0.66
Hex DD 92 76 0 22 2F D 10 3C 42
Octal 335 222 166 0 42 57 15 20 74 102
Binary 11011101 10010010 1110110 0 100010 101111 1101 10000 111100 1000010

Color Harmonies of #DD9276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9276

Black with #DD9276

Text Example


Text Example

White with #DD9276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9276; }

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

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

background-color css

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

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

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

border-color css

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

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

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