Html Css Color HEX #DC9277 Feldspar

📋 copy color: '#DC9277'

red 220 ◦ green 146 ◦ blue 119

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

Shades of Feldspar #DC9277

Tints of Feldspar #DC9277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.54%

R = 45.36%
G = 30.1%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC9277 (or 0xDC9277) is known color: Feldspar. HEX triplet: DC, 92 and 77. RGB value is (220,146,119). Sum of RGB (Red+Green+Blue) = 220+146+119=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9277 is #236D88. Grayscale: #A5A5A5. Windows color (decimal): -2321801 or 7836380. OLE color: 7836380.

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

Color convert

RGB 220 146 119 -
CMYK 0 0.34 0.46 0.14
HSL 16.04º 0.59% 0.66% -
HSV(B) 16.04º 0.46% 0.86% -
XYZ 43.12 37.11 22.34 -
YUV 165.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 220 146 119 0 0.34 0.46 0.14 16.04 0.59 0.66
Hex DC 92 77 0 22 2E E 10 3B 42
Octal 334 222 167 0 42 56 16 20 73 102
Binary 11011100 10010010 1110111 0 100010 101110 1110 10000 111011 1000010

Color Harmonies of #DC9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9277

Black with #DC9277

Text Example


Text Example

White with #DC9277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9277; }

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

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

background-color css

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

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

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

border-color css

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

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

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