Html Css Color HEX #DC9378 Feldspar

📋 copy color: '#DC9378'

red 220 ◦ green 147 ◦ blue 120

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

Shades of Feldspar #DC9378

Tints of Feldspar #DC9378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.64%

R = 45.17%
G = 30.18%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC9378 (or 0xDC9378) is known color: Feldspar. HEX triplet: DC, 93 and 78. RGB value is (220,147,120). Sum of RGB (Red+Green+Blue) = 220+147+120=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9378 is #236C87. Grayscale: #A5A5A5. Windows color (decimal): -2321544 or 7902172. OLE color: 7902172.

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

Color convert

RGB 220 147 120 -
CMYK 0 0.33 0.45 0.14
HSL 16.2º 0.59% 0.67% -
HSV(B) 16.2º 0.45% 0.86% -
XYZ 43.34 37.44 22.71 -
YUV 165.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 220 147 120 0 0.33 0.45 0.14 16.2 0.59 0.67
Hex DC 93 78 0 21 2D E 10 3B 43
Octal 334 223 170 0 41 55 16 20 73 103
Binary 11011100 10010011 1111000 0 100001 101101 1110 10000 111011 1000011

Color Harmonies of #DC9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9378

Black with #DC9378

Text Example


Text Example

White with #DC9378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9378; }

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

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

background-color css

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

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

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

border-color css

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

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

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