Html Css Color HEX #DC9275 Feldspar

📋 copy color: '#DC9275'

red 220 ◦ green 146 ◦ blue 117

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

Shades of Feldspar #DC9275

Tints of Feldspar #DC9275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.22%

R = 45.55%
G = 30.23%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9275 (or 0xDC9275) is known color: Feldspar. HEX triplet: DC, 92 and 75. RGB value is (220,146,117). Sum of RGB (Red+Green+Blue) = 220+146+117=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9275 is #236D8A. Grayscale: #A5A5A5. Windows color (decimal): -2321803 or 7705308. OLE color: 7705308.

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

Color convert

RGB 220 146 117 -
CMYK 0 0.34 0.47 0.14
HSL 16.89º 0.6% 0.66% -
HSV(B) 16.89º 0.47% 0.86% -
XYZ 43 37.06 21.72 -
YUV 164.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 220 146 117 0 0.34 0.47 0.14 16.89 0.6 0.66
Hex DC 92 75 0 22 2F E 11 3C 42
Octal 334 222 165 0 42 57 16 21 74 102
Binary 11011100 10010010 1110101 0 100010 101111 1110 10001 111100 1000010

Color Harmonies of #DC9275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9275

Black with #DC9275

Text Example


Text Example

White with #DC9275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9275; }

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

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

background-color css

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

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

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

border-color css

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

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

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