Html Css Color HEX #DC9279 Feldspar

📋 copy color: '#DC9279'

red 220 ◦ green 146 ◦ blue 121

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

Shades of Feldspar #DC9279

Tints of Feldspar #DC9279

RGB

 RED value IS 220 (86.33% from 255) = 45.17%

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

 BLUE value IS 121 (47.66% from 255) = 24.85%

R = 45.17%
G = 29.98%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC9279 (or 0xDC9279) is known color: Feldspar. HEX triplet: DC, 92 and 79. RGB value is (220,146,121). Sum of RGB (Red+Green+Blue) = 220+146+121=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9279 is #236D86. Grayscale: #A5A5A5. Windows color (decimal): -2321799 or 7967452. OLE color: 7967452.

HSL color Cylindrical-coordinate representation of color #DC9279: hue angle of 15.15º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC9279 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 146 121 -
CMYK 0 0.34 0.45 0.14
HSL 15.15º 0.59% 0.67% -
HSV(B) 15.15º 0.45% 0.86% -
XYZ 43.25 37.15 22.98 -
YUV 165.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 220 146 121 0 0.34 0.45 0.14 15.15 0.59 0.67
Hex DC 92 79 0 22 2D E F 3B 43
Octal 334 222 171 0 42 55 16 17 73 103
Binary 11011100 10010010 1111001 0 100010 101101 1110 1111 111011 1000011

Color Harmonies of #DC9279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9279

Black with #DC9279

Text Example


Text Example

White with #DC9279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9279; }

 p { color: rgb(220,146,121); }

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

background-color css

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

 a { background-color: rgb(220,146,121); }

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

border-color css

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

 span { border-color: rgb(220,146,121); }

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