Html Css Color HEX #DD9272 Feldspar

📋 copy color: '#DD9272'

red 221 ◦ green 146 ◦ blue 114

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

Shades of Feldspar #DD9272

Tints of Feldspar #DD9272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 45.95%
G = 30.35%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD9272 (or 0xDD9272) is known color: Feldspar. HEX triplet: DD, 92 and 72. RGB value is (221,146,114). Sum of RGB (Red+Green+Blue) = 221+146+114=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9272 is #226D8D. Grayscale: #A4A4A4. Windows color (decimal): -2256270 or 7508701. OLE color: 7508701.

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

Color convert

RGB 221 146 114 -
CMYK 0 0.34 0.48 0.13
HSL 17.94º 0.61% 0.66% -
HSV(B) 17.94º 0.48% 0.87% -
XYZ 43.13 37.14 20.82 -
YUV 164.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 221 146 114 0 0.34 0.48 0.13 17.94 0.61 0.66
Hex DD 92 72 0 22 30 D 12 3D 42
Octal 335 222 162 0 42 60 15 22 75 102
Binary 11011101 10010010 1110010 0 100010 110000 1101 10010 111101 1000010

Color Harmonies of #DD9272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9272

Black with #DD9272

Text Example


Text Example

White with #DD9272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9272; }

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

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

background-color css

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

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

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

border-color css

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

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

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