Html Css Color HEX #DC9375 Feldspar

📋 copy color: '#DC9375'

red 220 ◦ green 147 ◦ blue 117

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

Shades of Feldspar #DC9375

Tints of Feldspar #DC9375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.37%

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

R = 45.45%
G = 30.37%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9375 (or 0xDC9375) is known color: Feldspar. HEX triplet: DC, 93 and 75. RGB value is (220,147,117). Sum of RGB (Red+Green+Blue) = 220+147+117=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9375 is #236C8A. Grayscale: #A5A5A5. Windows color (decimal): -2321547 or 7705564. OLE color: 7705564.

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

Color convert

RGB 220 147 117 -
CMYK 0 0.33 0.47 0.14
HSL 17.48º 0.6% 0.66% -
HSV(B) 17.48º 0.47% 0.86% -
XYZ 43.16 37.37 21.77 -
YUV 165.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 220 147 117 0 0.33 0.47 0.14 17.48 0.6 0.66
Hex DC 93 75 0 21 2F E 11 3C 42
Octal 334 223 165 0 41 57 16 21 74 102
Binary 11011100 10010011 1110101 0 100001 101111 1110 10001 111100 1000010

Color Harmonies of #DC9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9375

Black with #DC9375

Text Example


Text Example

White with #DC9375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9375; }

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

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

background-color css

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

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

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

border-color css

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

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

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